mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Allow for styling
This commit is contained in:
parent
3496a3bbe9
commit
b4bc8c61ec
11 changed files with 161 additions and 119 deletions
|
@ -64,12 +64,11 @@
|
|||
|
||||
&:hover
|
||||
cursor: pointer
|
||||
|
||||
color: var(--primary)
|
||||
|
||||
&.disabled, &:disabled
|
||||
color: var(--foreground-dim)
|
||||
cursor: unset
|
||||
&:disabled, &[disabled], &.disabled
|
||||
color: var(--foreground-gray)
|
||||
cursor: default
|
||||
|
||||
.pill__critical
|
||||
color: var(--danger)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue