From aa1371f043ee486c7b37bc1db3daf8ed830eef55 Mon Sep 17 00:00:00 2001 From: OMN Date: Wed, 24 Mar 2021 13:18:43 +0000 Subject: [PATCH] Fix title stroke width --- base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.css b/base.css index efc2a885..e27763da 100644 --- a/base.css +++ b/base.css @@ -2359,7 +2359,7 @@ ul.button-bar{ font-weight: bold; font-style: oblique; color: #FFFFFF; - -webkit-text-stroke-width: 3px; + -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #000000; paint-order: stroke fill; pointer-events: none;