This commit is contained in:
armansansd
2021-08-20 15:05:55 +02:00
parent 759ec43a17
commit b1f6e1637d
8 changed files with 53 additions and 20 deletions

View File

@@ -43,9 +43,15 @@
color: white;
font-family: "trueno";
font-weight: 500;
padding: .5rem 1.5rem;
font-size: 0.8rem;
padding: .5rem 1rem;
font-size: $font-small;
text-decoration: none;
text-transform: uppercase;
&:hover{
color:black;
background: white;
}
}
}