css improvements

This commit is contained in:
2024-02-10 19:33:05 +01:00
parent 1ef0cdec90
commit 00dc8b5d4f
6 changed files with 18 additions and 10 deletions

View File

@@ -24,10 +24,15 @@ header {
align-items: center;
a {
color: white;
color: lighten($accent,30);
text-decoration: none;
text-align: center;
margin-inline: .9vw;
transition: color 0.5s;
font-family: "Satoshi-Bold";
&:hover{
color: $accent;
}
}
.active {
@@ -44,6 +49,6 @@ header {
.social {
width: 22px;
margin-inline: .5vw;
margin-inline: .2vw;
}
}