toggle controls

This commit is contained in:
counterweight 2025-02-22 02:02:14 +01:00
parent cb82d39ea5
commit 77785a2104
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 58 additions and 1 deletions

View file

@ -24,6 +24,9 @@ h1 {
color: #e1c300;
}
.clickable {
cursor: pointer;
}
.over-background {
background-color: white;
border-radius: 1vw;