From: Carl Worth Date: Sat, 27 Jun 2020 18:09:22 +0000 (-0700) Subject: Add simple styling of the element X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=7c01cc8d716fbc5fc1b21a4684e5268ef721eb1c 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. --- 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