Button font weight.

This commit is contained in:
Marvin Blum
2024-06-12 21:43:00 +02:00
committed by GitHub
parent d9f065d060
commit 9e4d8ac2bf

View File

@@ -156,9 +156,10 @@ nav {
display: inline-block; display: inline-block;
padding: 8px 16px; padding: 8px 16px;
border-radius: $borderRadius; border-radius: $borderRadius;
border: 2px solid $textColor; border: 3px solid $textColor;
color: $textColor; color: $textColor;
transition: all 0.3s; transition: all 0.3s;
font-weight: 600;
&:hover { &:hover {
background: $textColor; background: $textColor;