From a54ce97165cc595bb75a29f980f5812d8a228a2d Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 22 Dec 2019 23:22:20 -0500 Subject: [PATCH] [S] Adjust dim and font --- src/App.vue | 2 +- src/content/charlie-config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2e916a5..8df0d45 100644 --- a/src/App.vue +++ b/src/App.vue @@ -62,7 +62,7 @@ #title-text { - font-size: 40px; + font-size: 46px; } #title-sub diff --git a/src/content/charlie-config.json b/src/content/charlie-config.json index ea3690b..b7a38d3 100644 --- a/src/content/charlie-config.json +++ b/src/content/charlie-config.json @@ -5,7 +5,7 @@ "sub": "This is a subtitle", "height": 80, "background": "title.jpeg", - "dim": 50, + "dim": 60, "text_color": "white", "font": "'Neucha', cursive" }