mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-10 16:49:30 +00:00
9 lines
144 B
CSS
9 lines
144 B
CSS
:root{
|
|
--myLv-disabled: var(--fhc-disabled);
|
|
}
|
|
|
|
.unavailable, .unavailable:hover{
|
|
color: var(--myLv-disabled) !important;
|
|
cursor: default;
|
|
}
|