mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
update(FHC Color Themes): makes the css variables and color modes configurable through the config for different fh's
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import CisMenuEntry from "./Menu/Entry.js";
|
||||
import FhcSearchbar from "../searchbar/searchbar.js";
|
||||
import CisSprachen from "./Sprachen.js"
|
||||
import DarkTheme from "./DarkTheme.js";
|
||||
import ThemeSwitch from "./ThemeSwitch.js";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
CisMenuEntry,
|
||||
FhcSearchbar,
|
||||
CisSprachen,
|
||||
DarkTheme,
|
||||
ThemeSwitch,
|
||||
},
|
||||
props: {
|
||||
rootUrl: String,
|
||||
|
||||
Reference in New Issue
Block a user