mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-02 20:59:28 +00:00
12 lines
204 B
CSS
12 lines
204 B
CSS
.sprachen-entry{
|
|
background-color: var(--fhc-cis-primary-hover);
|
|
}
|
|
|
|
[selected="true"].sprachen-entry {
|
|
background-color: var(--fhc-cis-primary);
|
|
}
|
|
|
|
.sprachen-entry.btn {
|
|
border-radius: 0 !important;
|
|
}
|