From 0061f1574110dec889386def9e89d28a6becc86c Mon Sep 17 00:00:00 2001 From: Opnxng Date: Thu, 16 Nov 2023 17:16:55 +0800 Subject: [PATCH] Updated colours --- src/css/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/css/index.css b/src/css/index.css index b1df33a..ea76333 100755 --- a/src/css/index.css +++ b/src/css/index.css @@ -21,15 +21,15 @@ /*----------------------------------------------------------------------------------------------------*/ :root { --line-height: 1.35; - --text-color: #000; - --background-color: #FFF; + --text-color: #0E0E0F; + --background-color: #FFFFFF; --primary-color: #00479E; --secondary-color: #00479E; } @media (prefers-color-scheme: dark) { :root { - --text-color: #DCDDDE; - --background-color: #000; + --text-color: #CCCECF; + --background-color: #0E0E0F; --primary-color: #185b9b; --secondary-color: #185b9b; }