From 2629778e0d9dc0e17e1ee21ebdaaf89cad082af1 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Mon, 9 Jan 2023 21:03:37 -0800 Subject: [PATCH] Headers have a dark blue color --- .../partials/_bootstrap-overrides.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/app/assets/stylesheets/partials/_bootstrap-overrides.scss b/app/assets/stylesheets/partials/_bootstrap-overrides.scss index 84077d2..363d994 100644 --- a/app/assets/stylesheets/partials/_bootstrap-overrides.scss +++ b/app/assets/stylesheets/partials/_bootstrap-overrides.scss @@ -6,3 +6,19 @@ .accordion-body h3 { color: shade-color($primary, 50%); } + +h1 { + color: $dark-blue; +} + +h2 { + color: $dark-blue; +} + +h3 { + color: $dark-blue; +} + +h4 { + color: $dark-blue; +}