From f5b5e57af229bc5c4f3c684b9fc5e3bdba23daab Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 27 Mar 2021 19:25:03 +0100 Subject: [PATCH] :lipstick: (note) bigger font and fix strong font color. --- src/components/FluxNote.vue | 3 ++- src/styles/app.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/FluxNote.vue b/src/components/FluxNote.vue index 32010c9..74bb8b5 100644 --- a/src/components/FluxNote.vue +++ b/src/components/FluxNote.vue @@ -142,7 +142,8 @@ $header-height: 40px; h3, h4, h5, - h6 { + h6, + strong { color: var(--font-color); } diff --git a/src/styles/app.scss b/src/styles/app.scss index a09fb2f..e71abae 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -31,6 +31,7 @@ body { height: 100vh; scroll-behavior: smooth; overflow-y: auto; + font-size: 1.2em; } @media screen and (min-width: 769px) {