From aef3c8e986f4a8285470285d798a206afd017aa9 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 15 May 2025 09:30:54 +0100 Subject: [PATCH] Fix leaky CSS adding `!` to all H1 elements (#29964) Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/welcome.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/welcome.html b/res/welcome.html index ef2d43bd8f..9fdd60a7c0 100644 --- a/res/welcome.html +++ b/res/welcome.html @@ -3,7 +3,7 @@ * voodoo where we have to set display: none by default */ - h1::after { + .mx_Header_title::after { content: "!"; }