use off white for links

This commit is contained in:
j 2023-08-16 17:31:51 +02:00
parent a569dde23b
commit 56cea57618

View file

@ -1,3 +1,6 @@
:root {
--fg: rgb(240, 240, 240);
}
header, footer {
max-width: 1000px;
padding-top: 16px;
@ -35,7 +38,7 @@ header {
a {
text-decoration: none;
color: white;
color: var(--fg);
h1 {
text-decoration: underline;
}