docs: add dark mode (#1412)

This commit is contained in:
Carlos Rueda 2022-10-14 03:41:56 -07:00 committed by GitHub
parent faa94c4fd1
commit a19887546b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}
}