feat: theme code injection

This commit is contained in:
Nicolas Giard
2019-01-25 21:29:34 -05:00
committed by Nick
parent ded1cf6261
commit faa1f389d9
9 changed files with 94 additions and 276 deletions

View File

@@ -0,0 +1,11 @@
query {
theming {
config {
theme
darkMode
injectCSS
injectHead
injectBody
}
}
}