From eae5d24d9e79e59a19d4721caaeaa0ca650ecb33 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 1 Mar 2026 16:20:51 -0800 Subject: chore(biome): drop formatter style overrides --- src/styles/normalise.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/styles/normalise.css') 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; } -- cgit v1.2.3