From 31881ce47264e0089254dec08c21f07e23148a62 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 28 Sep 2019 03:03:41 +0200 Subject: [PATCH] standard font size --- htdocs/css/openwebrx.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 61af5ca..d8499e7 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -175,7 +175,7 @@ input[type=range]:focus::-ms-fill-upper } #openwebrx-bookmarks-container .bookmark { - font-size: 10pt; + font-size: 12px; background-color: #FFFF00; border: 1px solid #000; border-radius: 5px;