From bf5be037799e4418b86676c1debe8f93fac39a95 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 23 Jan 2026 05:55:30 -0800 Subject: feat(List): Add media roulette --- src/styles/normalise.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/styles') diff --git a/src/styles/normalise.css b/src/styles/normalise.css index f22ea6d1..f077c7e3 100644 --- a/src/styles/normalise.css +++ b/src/styles/normalise.css @@ -21,3 +21,12 @@ code { padding: 0.25em 0.5em; border-radius: 4px; } + +h1:before, +h2:before, +h3:before, +h4:before, +h5:before, +h6:before { + content: '' !important; +} -- cgit v1.2.3