diff options
| author | Fuwn <[email protected]> | 2026-01-23 05:55:30 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-23 05:55:30 -0800 |
| commit | bf5be037799e4418b86676c1debe8f93fac39a95 (patch) | |
| tree | 9f4dcbd49d79e3398081cfaa798431b7962347d6 /src/styles/normalise.css | |
| parent | deps(houdini): Bump version to next (diff) | |
| download | due.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.css | 9 |
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; +} |