reformat and store darkmode setting correct in db

This commit is contained in:
2020-07-29 23:00:37 +02:00
parent 8c4b1a836a
commit 827fd6a1b2
3 changed files with 10 additions and 7 deletions

View File

@ -2,15 +2,15 @@
* The coloring elements for dark theme
*/
.backgroundcolor{
.backgroundcolor {
background-color: #141520;
}
.textcolor{
.textcolor {
color: white;
}
.subtextcolor{
.subtextcolor {
color: #dedad6;
}
@ -18,11 +18,11 @@
background: white;
}
.hrcolor{
border-color: rgba(255,255,255,.1);
.hrcolor {
border-color: rgba(255, 255, 255, .1);
}
.previewhover:hover{
.previewhover:hover {
box-shadow: rgba(255, 255, 255, 0.7) 0 0 0 5px;
}