only two style files
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user