From b833dcd30c41bfb37269ad97d3dc0e9e84cebc0c Mon Sep 17 00:00:00 2001 From: Kev Quirk Date: Fri, 23 Jun 2023 08:34:50 +0100 Subject: [PATCH] Fix for #156 --- simple.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simple.css b/simple.css index 6627d35..dcdd4df 100644 --- a/simple.css +++ b/simple.css @@ -527,6 +527,10 @@ mark { color: black; } +mark a { + color: #0d47a1; +} + img, video { max-width: 100%;