comment removal

This commit is contained in:
maxstrb 2025-12-17 20:22:34 +01:00
parent e0be3b385a
commit 7f7cf6fe11

View file

@ -28,8 +28,6 @@ header {
border-radius: 0 0 20px 20px;
}
/*https://getcssscan.com/css-buttons-examples button 6*/
nav > a {
position: relative;
@ -44,7 +42,6 @@ nav > a {
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 8px;
box-shadow: rgba(0, 0, 0, 0.04) 0 2px 4px 0;
box-sizing: border-box;
@ -54,7 +51,7 @@ nav > a {
text-decoration: none;
font-family: inherit;
font-size: 15px;
font-weight: 500;
font-weight: 400;
line-height: 1.25;
transition: all 0.2s ease;