From f087c172fc04882febff6bd3b4ccccab12c0e043 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Fri, 23 May 2025 11:49:15 +0200 Subject: [PATCH] openvidu-testapp: remove bold font weight from buttons --- openvidu-testapp/src/styles.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openvidu-testapp/src/styles.css b/openvidu-testapp/src/styles.css index 53163413..52797b9c 100644 --- a/openvidu-testapp/src/styles.css +++ b/openvidu-testapp/src/styles.css @@ -23,10 +23,6 @@ ul { padding-left: 0; } -button { - font-weight: bold !important; -} - .row { display: flex; flex-direction: row;