Added customizations
This commit is contained in:
24
custom/public/css/lol-global.css
Normal file
24
custom/public/css/lol-global.css
Normal file
@ -0,0 +1,24 @@
|
||||
#navbar {
|
||||
background: black;
|
||||
border-bottom: 2px solid yellow;
|
||||
box-shadow: 0 0 15px rgba(0,0,0,0.5);
|
||||
margin-bottom: 25px !important;;
|
||||
}
|
||||
|
||||
#navbar > .item {
|
||||
--color-text: yellow;
|
||||
}
|
||||
|
||||
#navbar > .item.active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#navbar > a.item:hover {
|
||||
background: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#navbar > .right.menu > .item .text {
|
||||
--color-text: white;
|
||||
color: var(--color-text);
|
||||
}
|
Reference in New Issue
Block a user