From e641ff0796cb5b0c9c6d30b632a0a64a80fc4a98 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 28 Feb 2022 11:51:26 +0000 Subject: [PATCH] Admin section headers should be more prominent --- src/stylesheets/components/_admin.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stylesheets/components/_admin.scss b/src/stylesheets/components/_admin.scss index 2ede87e..750e86d 100644 --- a/src/stylesheets/components/_admin.scss +++ b/src/stylesheets/components/_admin.scss @@ -29,8 +29,8 @@ } h2 { - color: $text-colour; - font-weight: normal; + color: $primary-colour; + font-weight: bold; margin-left: .5rem; } }