summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-05-01 16:19:41 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-05-01 16:19:41 -0400
commitd1a32a59ac179308f75c545bf375f1d43fb7eece (patch)
tree7467ae6050e09e36f70d7b97a8daf154611ac00b
parentca3a364647c9cda37d2852c894711099f575267b (diff)
parent0fd1c9a18fdf0d05ce1bde8e17c023df394ecb20 (diff)
Merge branch 'main' of git.cshift.net:CircleShift/cshift.net
-rw-r--r--styles/themes/colors-base.css26
1 files 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