From e468155bb1d2e8c71c5be04f7a930e79e6999947 Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Fri, 21 Feb 2025 20:18:07 -0500 Subject: [PATCH] ::spelling-error for chromium browsers --- src/pages/index.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index 4e81bda..23cf5eb 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -14,6 +14,10 @@ import Motd from '../components/terminal/motd.astro'; @use "../scss/variables"; @use "../scss/terminal"; + ::spelling-error { + text-decoration: none + } + main { @include terminal.formatting;