mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-02 04:39:28 +00:00
9 lines
163 B
CSS
9 lines
163 B
CSS
:root{
|
|
--fhc-myLv-disabled: var(--fhc-disabled, #565e647f);
|
|
}
|
|
|
|
.unavailable, .unavailable:hover{
|
|
color: var(--fhc-myLv-disabled) !important;
|
|
cursor: default;
|
|
}
|