From 99e01040308856865b3f05f593357a594468bee9 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Sat, 11 Oct 2025 01:57:03 +0300 Subject: [PATCH] Restruct style --- static/style/main.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/style/main.scss b/static/style/main.scss index d6dafbf..5228a3a 100644 --- a/static/style/main.scss +++ b/static/style/main.scss @@ -54,9 +54,10 @@ h1 { a { color: unset; - text-decoration: underline; - text-decoration-color: $blue; - text-underline-offset: 1px; + text: { + decoration: underline {color: $blue}; + underline-offset: 1px; + } transition: 0.3s ease; &:hover {