Add button to toggle dark mode

This commit is contained in:
2020-04-05 22:00:33 +00:00
parent 01703d55dc
commit e5ee4aba42
5 changed files with 27 additions and 1 deletions
+8
View File
@@ -118,6 +118,10 @@ body {
width: 10rem;
}
.darkmode--activated .footer {
mix-blend-mode: difference;
}
.footer {
margin-top: -20rem;
@@ -154,3 +158,7 @@ body {
margin-left: -3.5px;
margin-right: 0.5em;
}
.darkmode-layer, .darkmode-toggle {
z-index: 500;
}