Skip to content

Commit f8861be

Browse files
kailanTurbo87
authored andcommitted
css: Improve contrast for links
1 parent a1d0450 commit f8861be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
--main-bg: light-dark(#f9f7ec, hsl(0, 1%, 19%));
5757
--main-bg-dark: light-dark(#edebdd, #141413);
5858
--gray-border: light-dark(#d5d3cb, #666561);
59-
--link-color: rgb(0, 172, 91);
60-
--link-hover-color: #007940;
59+
--link-color: light-dark(#00ac5b, #04da75);
60+
--link-hover-color: light-dark(#007940, #00f27f);
6161

6262
--placeholder-bg: hsl(212, 7%, 57%);
6363
--placeholder-bg2: hsl(213, 16%, 75%);

0 commit comments

Comments
 (0)