Added customizations

This commit is contained in:
2023-10-29 13:46:51 +01:00
parent 6e0efb5b34
commit ab31dbd9f1
13 changed files with 81 additions and 405 deletions

View 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);
}