- buttons restyled

This commit is contained in:
Wiesner András 2025-09-10 13:20:10 +02:00
parent e2140d8dee
commit c1ba2ec74a

View File

@ -405,3 +405,18 @@ section#further-info {
font-size: 0.8em;
padding: 0.4em 0;
}
input[type="button"] {
background-color: #176767;
color: white;
border: none;
padding: 3pt;
margin: 1pt;
font-weight: bolder;
border-radius: 2pt;
cursor: pointer;
}
input[type="button"]:hover {
background-color: #408d8d;
}