summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-06-04 18:26:46 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-06-04 18:26:46 -0400
commitdbdb95507e6dfeb4039a2350e2dd5bace7596ce6 (patch)
treeddb4a1e8c14934e71b02676794eb5eb29381039d
parentd1a32a59ac179308f75c545bf375f1d43fb7eece (diff)
Update theme
-rw-r--r--styles/themes/colors-base.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/styles/themes/colors-base.css b/styles/themes/colors-base.css
index b5699fc..b242702 100644
--- a/styles/themes/colors-base.css
+++ b/styles/themes/colors-base.css
@@ -7,8 +7,8 @@
--divider-color: #0084ff;
/* Links */
- --link-color: white;
- --link-color-hover: #ddd;
- --link-color-active: #bbb;
+ --link-color: #0042dd;
+ --link-color-hover: #0084ff;
+ --link-color-active: black;
-} \ No newline at end of file
+}