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 light theme
*/
.navitem::after {
background: black;
}
@ -10,10 +14,14 @@
color: black;
}
.subtextcolor {
color: #212529;
}
.hrcolor {
border-color: rgba(0, 0, 0, 0.1);
}
.previewhover:hover{
.previewhover:hover {
box-shadow: rgba(2, 12, 27, 0.7) 0 0 0 5px;
}