diff options
Diffstat (limited to 'src/server/web/const.styl')
| -rw-r--r-- | src/server/web/const.styl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/server/web/const.styl b/src/server/web/const.styl new file mode 100644 index 0000000000..f16e077828 --- /dev/null +++ b/src/server/web/const.styl @@ -0,0 +1,4 @@ +json('../../const.json') + +$theme-color = themeColor +$theme-color-foreground = themeColorForeground |