diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-06-04 18:26:46 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-06-04 18:26:46 -0400 |
commit | dbdb95507e6dfeb4039a2350e2dd5bace7596ce6 (patch) | |
tree | ddb4a1e8c14934e71b02676794eb5eb29381039d /styles | |
parent | d1a32a59ac179308f75c545bf375f1d43fb7eece (diff) |
Update theme
Diffstat (limited to 'styles')
-rw-r--r-- | styles/themes/colors-base.css | 8 |
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 +}
|