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;