Styling tweaks

Make theme switcher a toggle.
This commit is contained in:
2020-01-05 18:57:45 -05:00
parent 75f288b222
commit 448c6b86b4
4 changed files with 9 additions and 3 deletions

View File

@@ -29,6 +29,10 @@ a:not(.card) img:not(.icon) {
filter: none;
}
.card {
box-shadow: 0 1px 2px #fff;
}
.post pre {
background-color: #fff;
}