From 7af870ab535a0647c9618e99c09c3d3f44d33422 Mon Sep 17 00:00:00 2001 From: Michael Townsend Date: Thu, 28 Jan 2021 14:02:19 -0500 Subject: [PATCH] - fixed logo in dark mode --- css/dark.css | 4 ++++ css/main.css | 4 ++++ index.html | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/css/dark.css b/css/dark.css index 2d04f7c9e..d9025290b 100644 --- a/css/dark.css +++ b/css/dark.css @@ -180,3 +180,7 @@ body.noMask #buttons > .button { #theEnd { color: #272823; } + +.logo-icon > path { + stroke: white; +} diff --git a/css/main.css b/css/main.css index 65ab1aaf7..d5b4a0eb7 100644 --- a/css/main.css +++ b/css/main.css @@ -75,6 +75,10 @@ div#header { height: 40px; } +.logo-icon > path { + stroke: black; +} + .menu { position: fixed; right: 10px; diff --git a/index.html b/index.html index 13dc5dab7..f6e06457a 100644 --- a/index.html +++ b/index.html @@ -111,7 +111,7 @@