wrong repo reverting color

This commit is contained in:
Set Hallstrom 2020-11-17 17:17:34 +01:00
parent 7994597640
commit 6846854776

View file

@ -20,14 +20,14 @@ strong {
a { a {
text-decoration-style: wavy; text-decoration-style: wavy;
text-decoration-color: transparent; text-decoration-color: transparent;
color: var(--accent1); color: var(--accent2);
-moz-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; -moz-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out;
-webkit-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; -webkit-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out;
-ms-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; -ms-transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out;
transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out; transition: all var(--anim-speed) ease-in-out, color var(--anim-speed) ease-in-out;
} }
a:hover { a:hover {
color: var(--accent2); color: var(--accent1);
text-decoration-style: wavy; text-decoration-style: wavy;
text-decoration-color: unset; text-decoration-color: unset;
} }