Updated
This commit is contained in:
parent
ecef3c0c26
commit
2284bbe43f
@ -2,11 +2,9 @@
|
|||||||
background: black;
|
background: black;
|
||||||
border-bottom: 2px solid yellow;
|
border-bottom: 2px solid yellow;
|
||||||
box-shadow: 0 0 15px rgba(0,0,0,0.5);
|
box-shadow: 0 0 15px rgba(0,0,0,0.5);
|
||||||
margin-bottom: 25px !important;;
|
margin-bottom: 25px !important;
|
||||||
}
|
--color-nav-text: yellow;
|
||||||
|
--color-nav-hover-bg: rgba(255,255,255,0.5);
|
||||||
#navbar > .item {
|
|
||||||
--color-text: yellow;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#navbar > .item.active {
|
#navbar > .item.active {
|
||||||
@ -14,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#navbar > a.item:hover {
|
#navbar > a.item:hover {
|
||||||
background: none;
|
background: none !important;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user