From 0fd1c9a18fdf0d05ce1bde8e17c023df394ecb20 Mon Sep 17 00:00:00 2001 From: CircleShift Date: Sun, 10 Mar 2024 07:42:08 +0000 Subject: Update light theme --- styles/themes/colors-base.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/styles/themes/colors-base.css b/styles/themes/colors-base.css index 3dab58b..b5699fc 100644 --- a/styles/themes/colors-base.css +++ b/styles/themes/colors-base.css @@ -1,14 +1,14 @@ -* { - /* Main */ - --main-bg: white; - --main-color: black; - - /* Underline */ - --divider-color: #bbb; - - /* Links */ - --link-color: #0084ff; - --link-color-hover: #3ea2ff; - --link-color-active:#0056a7; - +* { + /* Main */ + --main-bg: #89c6ff; + --main-color: black; + + /* Underline */ + --divider-color: #0084ff; + + /* Links */ + --link-color: white; + --link-color-hover: #ddd; + --link-color-active: #bbb; + } \ No newline at end of file -- cgit v1.2.3