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 {