Update file style.css

This commit is contained in:
Jan BELLON 2024-03-07 15:02:37 +00:00
parent 1d025dd298
commit 7534ebc226

View File

@ -37,6 +37,27 @@ header, footer {
justify-content: space-between;
}
input {
background-color: var(--background);
color: var(--text);
padding: 0.4em 1em;
border: 0;
border-bottom: 1px solid var(--text);
margin: 15px 0;
font-size: 1.5em;
}
input[type='submit'], button {
background-color: var(--darker-background);
color: var(--text);
border: 0;
border-radius: 10px;
}
input[type='submit']:hover, button:hover {
box-shadow: 0 0 15px rgba(255, 255, 255, 0.322);
}
.navitem {
padding: 0.5em;
background-color: var(--darker-background);