docs: add dark mode

This commit is contained in:
Carlos Rueda 2022-10-05 10:48:46 -07:00
parent 1fc24f691e
commit aa01601741
2 changed files with 16 additions and 3 deletions

View file

@ -6,6 +6,10 @@
--md-accent-fg-color--transparent: #00334310;
}
[data-md-color-scheme="slate"] {
--md-typeset-a-color: #7f9ece;
}
.md-header-nav__button.md-logo {
padding: 0;
}
@ -13,4 +17,4 @@
.md-header-nav__button.md-logo img {
width: 1.6rem;
height: 1.6rem;
}
}