From 0d01532c4af6532aa3db6bc3807d7caee699a163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Tue, 19 Jul 2022 23:25:53 +0300 Subject: [PATCH] Implement class .no-decoration --- resources/css/main.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/css/main.scss b/resources/css/main.scss index a76a0ee..efc4772 100644 --- a/resources/css/main.scss +++ b/resources/css/main.scss @@ -45,6 +45,15 @@ html, body { display: inline-block; } +.no-decoration { + text-decoration: none; + color: inherit; + + &:hover { + color: inherit; + } +} + #header { // Layout, details and children is set in partials/header.scss height: 10vh;