From 328f9cadf02f6d0eed2847e21d984ae05d128ea3 Mon Sep 17 00:00:00 2001 From: Tobias Berger Date: Sat, 2 Oct 2021 19:33:17 +0200 Subject: [PATCH] Stylize h3/h4 elements --- src/styles/shark-styles.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/styles/shark-styles.scss b/src/styles/shark-styles.scss index 31c34e0..23fe69d 100644 --- a/src/styles/shark-styles.scss +++ b/src/styles/shark-styles.scss @@ -52,6 +52,15 @@ button { } } +h4, +h3 { + color: var(--color-lighter); +} + +h4 { + text-decoration: underline; +} + #modal-backdrop { position: fixed; top: 0;