diff --git a/css/style.css b/css/style.css index b07c862..603a516 100644 --- a/css/style.css +++ b/css/style.css @@ -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;