Completed webapp collapse feature.

This commit is contained in:
Ylian Saint-Hilaire
2019-12-26 12:50:11 -08:00
parent b202d3ef08
commit 48d9592fb9
2 changed files with 41 additions and 16 deletions

View File

@@ -15,6 +15,10 @@ body {
/* overflow-y: hidden; */
}
.night .collapseImage {
filter: invert(100%);
}
#container {
background-color: #fff;
width: 960px;