Fix up the link colors

This commit is contained in:
Eryn Wells 2021-10-10 20:15:44 -07:00
parent d4b977b1ee
commit 79a954cc55
2 changed files with 5 additions and 0 deletions

View file

@ -41,6 +41,7 @@
--light: 22, 22, 22;
--dark: 255, 255, 255;
--hljs-bg: #282828;
--link-color: #56a8ff;
}
*,

View file

@ -15,6 +15,10 @@
color: var(--link-color);
}
.main a:hover {
border-bottom: 2px solid var(--link-color);
}
.main h1 {
font-size: 5rem;
}