Shift darkmode class to separate div

This commit is contained in:
Nilay Majorwar
2021-12-17 23:33:54 +05:30
parent c521713b13
commit 2ef2ab5ea6
2 changed files with 15 additions and 18 deletions

View File

@ -13,14 +13,6 @@ 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;