gitea-customizations/custom/public/css/lol-global.css

23 lines
456 B
CSS
Raw Normal View History

2023-10-29 13:46:51 +01:00
#navbar {
background: black;
border-bottom: 2px solid yellow;
box-shadow: 0 0 15px rgba(0,0,0,0.5);
2023-12-05 21:05:05 +01:00
margin-bottom: 25px !important;
--color-nav-text: yellow;
--color-nav-hover-bg: rgba(255,255,255,0.5);
2023-10-29 13:46:51 +01:00
}
#navbar > .item.active {
text-decoration: underline;
}
#navbar > a.item:hover {
2023-12-05 21:05:05 +01:00
background: none !important;
2023-10-29 13:46:51 +01:00
text-decoration: underline;
}
#navbar > .right.menu > .item .text {
--color-text: white;
color: var(--color-text);
}