Adding styles for links in header

This commit is contained in:
Fabian
2020-03-01 13:32:02 +01:00
parent 020855bbb5
commit 5ff7d42355
3 changed files with 26 additions and 1 deletions

View File

@ -33,4 +33,20 @@
height: 2rem;
width: auto;
}
>a {
font-size: 1rem;
text-overflow: ellipsis;
white-space: nowrap;
padding: .5rem;
text-decoration: none;
&:hover {
filter: brightness(.95);
}
&:active {
filter: brightness(1.05);
}
}
}