cuter scrollbars, better focus, small design improvements

This commit is contained in:
Sara
2023-09-21 16:53:47 +02:00
parent 3f2c3ddadc
commit 686c12ebfa
11 changed files with 59 additions and 40 deletions

View File

@@ -6,7 +6,6 @@ button {
background-color: transparent;
font-family: inherit;
padding: 0;
cursor: pointer;
/* Visual */
border-radius: 8px;
/* Size */
@@ -23,6 +22,10 @@ button {
transition: 220ms all ease-in-out;
}
button:focus-visible {
outline-style: none;
}
@media (max-width: 768px) {
input[type="button"],
button {