1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-25 06:24:19 +00:00

🔧 Make clickable buttons more apparent

This commit is contained in:
Steffo 2021-05-18 16:31:00 +02:00
parent 7903b5517a
commit a74a2c3e12
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -15,6 +15,14 @@
opacity: 0.5; opacity: 0.5;
} }
.Button:hover {
filter: brightness(110%);
}
.Button:active {
filter: brightness(125%);
}
.Button:focus-visible { .Button:focus-visible {
outline: 4px solid var(--outline); outline: 4px solid var(--outline);
} }