mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-24 22:14:18 +00:00
🔧 Make clickable buttons more apparent
This commit is contained in:
parent
7903b5517a
commit
a74a2c3e12
1 changed files with 8 additions and 0 deletions
|
@ -15,6 +15,14 @@
|
|||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.Button:hover {
|
||||
filter: brightness(110%);
|
||||
}
|
||||
|
||||
.Button:active {
|
||||
filter: brightness(125%);
|
||||
}
|
||||
|
||||
.Button:focus-visible {
|
||||
outline: 4px solid var(--outline);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue