This commit is contained in:
mattzzw
2026-02-10 21:33:53 +00:00
commit 7b2998aa36
62 changed files with 25330 additions and 0 deletions

16
_stylesheets/extra.css Normal file
View File

@@ -0,0 +1,16 @@
:root {
--md-primary-fg-color: #1F2937;
--md-primary-fg-color--light: #1F2937;
--md-primary-fg-color--dark: #1F2937;
--md-accent-fg-color: #1F2937;
}
/* hide git repo version */
.md-source__fact--version {
display: none;
}
/* underline links */
.md-typeset a {
text-decoration: underline;
}