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) {