update(Sprachen.js): switches colors for the currently active sprache

This commit is contained in:
SimonGschnell
2025-02-04 14:32:40 +01:00
parent b10ee208ff
commit cc5a14ea02
+2 -2
View File
@@ -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 {