add seperate modules for dark and light theme
This commit is contained in:
8
src/AppDarkTheme.module.css
Normal file
8
src/AppDarkTheme.module.css
Normal file
@ -0,0 +1,8 @@
|
||||
.navcontainer{
|
||||
background-color: #141520;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.navitem::after {
|
||||
background: white;
|
||||
}
|
Reference in New Issue
Block a user