diff options
author | CircleShift <kgunger12@gmail.com> | 2025-02-13 18:22:17 -0500 |
---|---|---|
committer | CircleShift <kgunger12@gmail.com> | 2025-02-13 18:22:17 -0500 |
commit | 0ea86e804ef90d143c32488bf1d455aa03d31926 (patch) | |
tree | b77a011580ad4fc68071dcf0c9f26b4a9658d756 /styles/themes | |
parent | c4251a13f3604ed2dbfd6e5d94f5094f4d29a9ba (diff) |
Update light theme
Diffstat (limited to 'styles/themes')
-rw-r--r-- | styles/themes/colors-base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/themes/colors-base.css b/styles/themes/colors-base.css index b242702..cd5c53f 100644 --- a/styles/themes/colors-base.css +++ b/styles/themes/colors-base.css @@ -1,10 +1,10 @@ * {
/* Main */
- --main-bg: #89c6ff;
+ --main-bg: #edc;
--main-color: black;
/* Underline */
- --divider-color: #0084ff;
+ --divider-color: #864;
/* Links */
--link-color: #0042dd;
|