only two style files

This commit is contained in:
2020-07-26 18:17:29 +02:00
parent a3b63618b4
commit aa741c5a90
11 changed files with 63 additions and 41 deletions

View File

@ -1,8 +1,20 @@
.navcontainer{
.backgroundcolor{
background-color: #141520;
}
.textcolor{
color: white;
}
.navitem::after {
background: white;
}
.hrcolor{
border-color: rgba(255,255,255,.1);
}
.previewhover:hover{
box-shadow: rgba(255, 255, 255, 0.7) 0 0 0 5px;
}