diff options
| author | Fuwn <[email protected]> | 2026-03-01 16:20:51 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-01 16:21:02 -0800 |
| commit | eae5d24d9e79e59a19d4721caaeaa0ca650ecb33 (patch) | |
| tree | 1b685bb248e051dfa26d2bfdebe6689402dd93c5 /src/styles/normalise.css | |
| parent | chore(tooling): remove legacy eslint and prettier (diff) | |
| download | due.moe-eae5d24d9e79e59a19d4721caaeaa0ca650ecb33.tar.xz due.moe-eae5d24d9e79e59a19d4721caaeaa0ca650ecb33.zip | |
chore(biome): drop formatter style overrides
Diffstat (limited to 'src/styles/normalise.css')
| -rw-r--r-- | src/styles/normalise.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/styles/normalise.css b/src/styles/normalise.css index 0eca8660..9813d2b4 100644 --- a/src/styles/normalise.css +++ b/src/styles/normalise.css @@ -1,25 +1,25 @@ ul, ol { - margin: 0; + margin: 0; } ul, li::marker { - content: unset !important; + content: unset !important; } a:hover { - text-decoration: none !important; + text-decoration: none !important; } a:focus { - outline: none; + outline: none; } code { - color: var(--base07); - padding: 0.25em 0.5em; - border-radius: 4px; + color: var(--base07); + padding: 0.25em 0.5em; + border-radius: 4px; } h1:before, @@ -28,5 +28,5 @@ h3:before, h4:before, h5:before, h6:before { - content: "" !important; + content: "" !important; } |