From a1efc2117c89982d61f47b1a674e0a18c1fa180b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Machota?= Date: Sun, 18 Oct 2020 17:33:24 +0200 Subject: [PATCH 1/2] Resolves #16 --- themes/patek/assets/css/main.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index 3c7647f..083fa3f 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -198,6 +198,9 @@ h2 a { .container > .pageHeader > h2.pageTitle.title > a { color: white; } + strong { + color: white; + } button svg path { fill: white; } From 7ec43bc5ca9eb7d0937724f420d68dae50b000d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20K=C3=A1n=C4=9B?= Date: Thu, 29 Oct 2020 19:57:25 +0100 Subject: [PATCH 2/2] Extend @ondrejmachota's fix #16 for good old `b`s as well --- themes/patek/assets/css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index 083fa3f..60d0e1b 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -198,7 +198,7 @@ h2 a { .container > .pageHeader > h2.pageTitle.title > a { color: white; } - strong { + strong, b { color: white; } button svg path {