Improve link legibility in dark mode
All checks were successful
/ publish (push) Successful in 5s

This commit is contained in:
asonix 2024-02-10 21:37:13 -06:00
parent f94d7d4816
commit 3bf26622e6

View file

@ -115,6 +115,21 @@
color: #ccc;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
nav h1,
nav h2,
nav h3,
nav h4,
nav h5,
nav h6 {
color: #e5e5e5;
}
nav {
background-color: #1a1a1a;
border-right: 1px solid #333333;
@ -139,14 +154,14 @@
main a,
main a:visited {
color: #e10862;
color: #ff8dbc;
}
main a:focus,
main a:hover,
main a:visited:focus,
main a:visited:hover {
color: #f83687;
color: #ffd3e5;
}
}