update(FHC Color Themes): makes the css variables and color modes configurable through the config for different fh's

This commit is contained in:
SimonGschnell
2025-03-24 11:59:03 +01:00
parent 3f605e7051
commit 80c326360f
8 changed files with 46 additions and 26 deletions
+14
View File
@@ -0,0 +1,14 @@
/* css overrides for dark mode */
html.dark #fhc-cms-content *[style*="color"] {
color: var(--fhc-text) !important;
}
/* fhc cms classes */
html.dark #fhc-cms-content a {
color: var(--fhc-link);
}
html.dark #fhc-cms-content img {
background-color: var(--fhc-text);
color: var(--fhc-background);
}