Improve accessibility

This commit is contained in:
Roscoe 2025-04-13 23:53:14 +01:00
commit f3e2d1e2fc
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
3 changed files with 4 additions and 4 deletions

View file

@ -6,8 +6,8 @@ :root {
--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);
}