diff options
author | Roscoe <roscoe@wah.moe> | 2025-04-13 23:53:14 +0100 |
---|---|---|
committer | Roscoe <roscoe@wah.moe> | 2025-04-13 23:53:34 +0100 |
commit | f3e2d1e2fc87767ba10dd8c3ae7a5b211ac9610b (patch) | |
tree | 0acc7286d8124a89b39932f05f87c198b349f13b /public/css/master.css | |
parent | 3b273d0ee9ef4da49916f836488b24762662c59b (diff) |
Improve accessibility
Diffstat (limited to 'public/css/master.css')
-rw-r--r-- | public/css/master.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/master.css b/public/css/master.css index 71e4b02..7de623b 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -6,8 +6,8 @@ --shadow-color: hsla(11, 96%, 43%, 0.4); --shadow: drop-shadow(8px 8px var(--shadow-color)); --shadow-small: drop-shadow(3px 3px var(--shadow-color)); - --links: hsl(183, 93%, 27%); - --links-hover: hsl(183, 93%, 15%); + --links: hsl(92, 27%, 22%); + --links-hover: hsl(92, 27%, 15%) --table-header: hsla(11, 96%, 43%, 0.2); } |