Fix footer, re-implement commit ID coloration using CSS

This commit is contained in:
2023-11-26 10:24:36 -06:00
parent c777c132f6
commit 90cd980477
2 changed files with 11 additions and 10 deletions

View File

@@ -283,8 +283,8 @@ article {
.build-revision {
font-family: "CMU Typewriter Text", sans-serif;
a {
color: #d2d2d2;
&:not(:hover) {
color: #d2d2d2 !important;
text-decoration: none;
}
}