add seperate modules for dark and light theme

This commit is contained in:
2020-07-24 22:47:21 +02:00
parent 15ede7821e
commit a3b63618b4
10 changed files with 119 additions and 47 deletions

View File

@ -0,0 +1,8 @@
.navcontainer{
background-color: #141520;
color: white;
}
.navitem::after {
background: white;
}