This commit is contained in:
Zsolt Ero
2024-01-19 21:42:42 +01:00
parent 621a893806
commit f434c627bd

View File

@@ -175,14 +175,14 @@ button {
border-radius: 0.25rem;
background: #2f5f8b;
color: white;
font-family: -system-ui, sans-serif;
font-size: 1rem;
line-height: 1.2;
white-space: nowrap;
text-decoration: none;
padding: 0.25rem 0.5rem;
margin: 0.25rem;
cursor: pointer;
display: inline-flex;
align-items: center;
}
.button-container {
@@ -192,7 +192,9 @@ button {
flex-wrap: nowrap;
}
/*button:hover { }*/
button:hover {
background: #4892d9;
}
/*button:focus { }*/
/*button:active { }*/