Fix footer and code snippet

This commit is contained in:
Elijah Lopez 2021-11-23 22:54:50 -05:00
parent 4b156b4d08
commit 0f962356b3

View file

@ -21,5 +21,8 @@ article .md-typeset__table {
[data-md-color-scheme="slate"] {
--md-hue: 232;
--md-default-bg-color: #121212;
--md-footer-bg-color: #181818;
--md-footer-bg-color--dark: #181818;
--md-typeset-a-color: #FF6600;
--md-code-bg-color: #191919;
}