Add dark menu image on site

This commit is contained in:
hensm
2019-05-21 19:31:53 +01:00
parent 937f5e8dc8
commit a66fad133f
5 changed files with 7 additions and 1 deletions

View File

@@ -309,6 +309,11 @@ body {
background-color: var(--grey-10-a10);
}
:root.theme-light .img-dark,
:root.theme-dark .img-light {
display: none;
}
.footer {