From 0694291f9c875552dc7cc53ee00cb33ae7462cff Mon Sep 17 00:00:00 2001 From: Izzy Date: Fri, 1 Oct 2021 23:19:38 +0200 Subject: [PATCH] dark theme: some more missing definitions --- theme-github-dark.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme-github-dark.css b/theme-github-dark.css index 17da6dd..cf10516 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -6,7 +6,7 @@ --color-footer: #22272e; --color-text-light: #a6aab5; --color-text-light-2: #adbac7; - --color-text: #768390; + --color-text: #bbc0ca; --color-box-body: #22272e; --color-markup-code-block: #636e7b66; --color-light: #22272e; @@ -33,6 +33,10 @@ border-radius: .75em; } +.ui.header .sub.header { + color: #636e7b; +} + .ui .error.header { border-color: var(--color-red) !important; background-color: var(--color-red) !important;