Implement class .no-decoration

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-19 23:25:53 +03:00
parent c6b8a154c4
commit 0d01532c4a

View File

@@ -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;