Make h1 link inherit color (stay white)

This commit is contained in:
Russell Ballestrini 2025-10-15 08:03:06 -04:00
parent 78333dcd4d
commit 491cb52fbb

View file

@ -16,6 +16,10 @@
h1, h2 {
font-family: 'chunkfiveregular', sans-serif;
}
h1 a {
color: inherit;
text-decoration: none;
}
.logo-container {
background: rgba(255, 255, 255, 0.05);
padding: 1rem;