Add support for dark mode

This commit is contained in:
Nilay Majorwar
2021-12-17 20:07:12 +05:30
parent f060b1bac9
commit 0f3664eb63
8 changed files with 127 additions and 3 deletions

View File

@ -13,6 +13,14 @@ body,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
body {
background-color: #a7b6c2;
}
body.bp3-dark {
background-color: #202b33;
}
a {
color: inherit;
text-decoration: none;