Update file style.css

This commit is contained in:
Jan BELLON 2024-03-08 22:31:36 +00:00
parent 7b1654af70
commit aaf7360c56

View File

@ -32,24 +32,21 @@ header, footer {
} }
input, textarea { input, textarea {
background-color: var(--background); background-color: var(--buttons);
color: var(--text); color: var(--text);
padding: 0.4em 1em; padding: 0.4em 1em;
border: 1px solid var(--text);
margin: 15px 0; margin: 15px 0;
font-size: 1.2em; font-size: 1.2em;
border-radius: 10px; border-radius: 10px;
} }
input[type='submit'], button { input[type='submit'], button {
background-color: var(--buttons);
color: var(--text); color: var(--text);
border: 0;
border-radius: 10px; border-radius: 10px;
} }
input[type='submit']:hover, button:hover { input[type='submit']:hover, button:hover {
box-shadow: 0 0 15px rgba(255, 255, 255, 0.322); box-shadow: 0 0 15px var(--banner-background);
} }
.navitem { .navitem {