Update file style.css

This commit is contained in:
Jan BELLON 2024-03-12 09:47:33 +00:00
parent 45718d2338
commit d52453c747

View File

@ -50,6 +50,10 @@ input[type='submit']:hover, button:hover {
box-shadow: 0 0 15px var(--banner-background);
}
img {
border-radius: 2em;
}
.navitem {
padding: 0.5em;
background-color: var(--buttons);