mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
update(Sprachen.js): switches colors for the currently active sprache
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
.sprachen-entry{
|
||||
background-color: var(--fhc-cis-primary);
|
||||
background-color: var(--fhc-cis-primary-hover);
|
||||
}
|
||||
|
||||
[selected="true"].sprachen-entry {
|
||||
background-color: var(--fhc-cis-primary-hover);
|
||||
background-color: var(--fhc-cis-primary);
|
||||
}
|
||||
|
||||
.sprachen-entry.btn {
|
||||
|
||||
Reference in New Issue
Block a user