update(fhc-entry css class): instead of hard coding the color the css rules uses the filter:brightness function to highlight or darken elements

This commit is contained in:
SimonGschnell
2025-01-28 13:04:43 +01:00
parent 9816521291
commit 8991ab86a5
+3 -4
View File
@@ -484,8 +484,7 @@ html {
}
.fhc-entry:hover{
background-color:#005585 !important;
color:white !important;
filter: brightness(120%) !important;
}
.fhc-entry.btn:focus {
@@ -502,8 +501,8 @@ html {
transition-timing-function: ease-out,ease-out;
}
[selected].fhc-entry {
background-color: #00649C !important;
[selected="true"].fhc-entry {
filter: brightness(120%);
}
@media screen and ( max-width: 767px ) {