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;