This commit is contained in:
Luca 2025-04-11 11:59:07 +02:00
parent c4316e4cdf
commit 2eb2a67cde
17 changed files with 188 additions and 96 deletions

View file

@ -31,15 +31,15 @@ button,
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
background-color: rgba(0, 0, 0, 0.7);
border: 3px solid rgba(0, 0, 0, 0.7);
border: 3px solid rgba(255, 255, 255, 0.7);
}
button:hover,
.button:hover,
button:focus-visible,
.button:focus-visible {
background-color: rgba(60, 60, 60, 0.7);
border: 3px solid rgba(60, 60, 60, 0.7);
background-color: rgba(200, 200, 200, 0.7);
border: 3px solid rgba(255, 255, 255, 0.7);
}
.inline-button {