aboutsummaryrefslogtreecommitdiff
path: root/src/styles/normalise.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-23 05:55:30 -0800
committerFuwn <[email protected]>2026-01-23 05:55:30 -0800
commitbf5be037799e4418b86676c1debe8f93fac39a95 (patch)
tree9f4dcbd49d79e3398081cfaa798431b7962347d6 /src/styles/normalise.css
parentdeps(houdini): Bump version to next (diff)
downloaddue.moe-bf5be037799e4418b86676c1debe8f93fac39a95.tar.xz
due.moe-bf5be037799e4418b86676c1debe8f93fac39a95.zip
feat(List): Add media roulette
Diffstat (limited to 'src/styles/normalise.css')
-rw-r--r--src/styles/normalise.css9
1 files changed, 9 insertions, 0 deletions
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;
+}