From 75f28446ac1487650d8546a57d6d4585815d6fd8 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 2 May 2021 20:01:14 +1000 Subject: [PATCH] fix underline colouring on chrome --- assets/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/style.css b/assets/style.css index ae1449e..1e67d7e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -27,6 +27,9 @@ h1, h2, h3 { h1 { font-size: 3em; text-align: center; +} +main article h1 a { + /* needed for chrome */ /*noinspection CssInvalidPropertyValue*/ text-decoration: underline mediumpurple dotted 5px; }