diff --git a/private/css/Core.css b/private/css/Core.css index c0fd6e2..c0b1c48 100644 --- a/private/css/Core.css +++ b/private/css/Core.css @@ -28,6 +28,7 @@ Notes: --darkmode-background-alt: #242424; --darkmode-background-alt2: #4e4e4e; --darkmode-text: #c2c2c2; + --darkmode-text-alt: #d3d3d3; --darkmode-line-color: #2F3437; --highlight-color--darkred: #be3e3c; --highlight-color--red: #FF8A88; diff --git a/private/css/Layout.css b/private/css/Layout.css index ff8e3ab..2e95fac 100644 --- a/private/css/Layout.css +++ b/private/css/Layout.css @@ -28,6 +28,7 @@ body { } #desktop { + background: var(--darkmode-background); cursor: default; /* Fix for issue in IE7. IE7 wants to use the I-bar text cursor */ height: 100%; min-height: 100%; diff --git a/private/css/style.css b/private/css/style.css index 70a50e3..53892d8 100644 --- a/private/css/style.css +++ b/private/css/style.css @@ -38,7 +38,7 @@ body { h2, h3, h4 { - color: #333; + color: var(--darkmode-text-alt); font-size: 12px; font-weight: bold; margin: 0; @@ -46,7 +46,7 @@ h4 { } h2 { - color: #555; + color: var(--darkmode-text); font-size: 14px; font-weight: bold; }