correct theme style at settings page

This commit is contained in:
2020-07-27 21:14:56 +02:00
parent aa741c5a90
commit 0ec4954ec5
5 changed files with 34 additions and 5 deletions

View File

@ -1,3 +1,7 @@
/**
* The coloring elements for dark theme
*/
.backgroundcolor{
background-color: #141520;
}
@ -6,6 +10,10 @@
color: white;
}
.subtextcolor{
color: #dedad6;
}
.navitem::after {
background: white;
}