From 719f7df350ccf6375ddeabfbf3850873c417a956 Mon Sep 17 00:00:00 2001 From: Pantonshire Date: Wed, 29 Jun 2022 20:56:54 +0100 Subject: [PATCH] Explicit styling of strong elements --- content/static/styles/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/static/styles/main.css b/content/static/styles/main.css index 6230fb6..40e1b8a 100644 --- a/content/static/styles/main.css +++ b/content/static/styles/main.css @@ -134,6 +134,10 @@ li { margin-bottom: 0.5rem; } +strong { + font-weight: 700; +} + #page_header { background-color: #94BFBE; color: white;