aboutsummaryrefslogtreecommitdiff
path: root/src/styles/_theme.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/_theme.scss')
-rw-r--r--src/styles/_theme.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/styles/_theme.scss b/src/styles/_theme.scss
index b2ca97b..09c90d5 100644
--- a/src/styles/_theme.scss
+++ b/src/styles/_theme.scss
@@ -37,6 +37,12 @@ $defFont: 'Quicksand', sans-serif;
/* main dark theme inspired by dracula */
/* my personal favourite */
/* I name it dorakura (ドラクラー) */
+
+$fontSize1: 1rem;
+$fontSize2: 1.5rem;
+$fontSize3: 2rem;
+$fontSize4: 2.5rem;
+
$disabledColor: gray;
$warningColor: red;
$shadowColor: #232627;