theming of previews and sidebar

This commit is contained in:
2020-08-03 18:38:22 +00:00
parent 226f718348
commit 8bea726e98
5 changed files with 27 additions and 9 deletions

View File

@ -14,6 +14,10 @@
color: #dedad6;
}
.lighttextcolor {
color: #d5d5d5;
}
.navitem::after {
background: white;
}
@ -22,7 +26,11 @@
border-color: rgba(255, 255, 255, .1);
}
.previewhover:hover {
.secbackground {
background-color: #3c3d48;
}
.preview:hover {
box-shadow: rgba(255, 255, 255, 0.7) 0 0 0 5px;
}