diff options
author | 2025-03-02 11:15:51 -0500 | |
---|---|---|
committer | 2025-03-02 11:15:51 -0500 | |
commit | e900f5119ba5ce0f989befa2a3d182691028be64 (patch) | |
tree | 45dff0eb5f286efd60417095554f217cfb3f5cfa | |
parent | 4032ecd90f77c534f6c566f9c7661061d43e41d2 (diff) | |
download | web-e900f5119ba5ce0f989befa2a3d182691028be64.tar.xz |
My eyes hurt.
-rw-r--r-- | theme0a.css | 2 | ||||
-rw-r--r-- | theme0b.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/theme0a.css b/theme0a.css index 6f812fe..80b2249 100644 --- a/theme0a.css +++ b/theme0a.css @@ -9,7 +9,7 @@ --link-visited-fg: #DA50FF; --link-hover-fg: #DD40FF; --link-active-fg: #EEAAFF; - --link-highlighted-fg: #EA0; + --link-highlighted-fg: #7B6; --interactive-bg: #C7B; --interactive-fg: #FFF; --interactive-hover-bg: #D8C; diff --git a/theme0b.css b/theme0b.css index 6023763..3530ef9 100644 --- a/theme0b.css +++ b/theme0b.css @@ -9,7 +9,7 @@ --link-visited-fg: #DA50FF; --link-hover-fg: #DD40FF; --link-active-fg: #EEAAFF; - --link-highlighted-fg: #FC0; + --link-highlighted-fg: #9E7; --interactive-bg: #746; --interactive-fg: #FFF; --interactive-hover-bg: #958; |