Updated styling

This commit is contained in:
2022-09-24 17:54:51 -04:00
parent 0e76d7c1b1
commit 6b6765891b
25 changed files with 206 additions and 342 deletions

View File

@@ -48,7 +48,23 @@ a, a:visited {
}
a:hover, a:visited:hover { color: #b10000; }
.invert {
background: #fff;
color: #000;
a, a:visited {
text-decoration: none;
color: #b10000;
}
a:hover, a:visited:hover { color: #cc0000; }
}
.fill {
height: 0;
min-height: calc(100vh - 64px);
}
.transparent-link {
a, a:visited { color: #fff; }
a:hover, a:visited:hover { color: rgba(255, 255, 255, 0.8); }
}