From 7c01cc8d716fbc5fc1b21a4684e5268ef721eb1c Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 27 Jun 2020 11:09:22 -0700 Subject: [PATCH] Add simple styling of the element Doing the obvious thing and setting font-weight to bold. This element is now being used by the admin page. --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index c8d6c86..ff638f3 100644 --- a/style.css +++ b/style.css @@ -92,6 +92,10 @@ a:active { color: var(--accent-color-bright); } +strong { + font-weight: bold; +} + /*\ |*| |*| Overall page layout -- 2.43.0