diff options
Diffstat (limited to 'src/styles/global.scss')
-rw-r--r-- | src/styles/global.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/styles/global.scss b/src/styles/global.scss new file mode 100644 index 0000000..703efb8 --- /dev/null +++ b/src/styles/global.scss @@ -0,0 +1,12 @@ +@import "themes"; + +* { + font-family: $defFont +} + +body { + background-color: $defBG; + color: $defFG; + padding: $bodyPadding; + margin: $bodyMargin; +} |