Add button to toggle dark mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user