Commit 2a3e21fd96e9290fd4029017c055c1fa6ff4a4fa
1 parent
289a826e
header
Showing
1 changed file
with
8 additions
and
8 deletions
style.css
| ... | ... | @@ -305,11 +305,11 @@ a:hover{ |
| 305 | 305 | margin:0; |
| 306 | 306 | } |
| 307 | 307 | .header .nav li a { |
| 308 | - color:#333; | |
| 309 | - font-size: 14px; | |
| 308 | + color:#fff; | |
| 309 | + font-size: 16px; | |
| 310 | 310 | font-weight: 400; |
| 311 | 311 | text-transform: uppercase; |
| 312 | - padding: 30px 10px; | |
| 312 | + padding: 30px 18px; | |
| 313 | 313 | position: relative; |
| 314 | 314 | display: inline-block; |
| 315 | 315 | } |
| ... | ... | @@ -324,11 +324,11 @@ a:hover{ |
| 324 | 324 | } |
| 325 | 325 | |
| 326 | 326 | |
| 327 | -.header #nav li:hover a{ | |
| 328 | - box-shadow:none; | |
| 329 | - text-shadow:none; | |
| 330 | - border:none; | |
| 331 | -} | |
| 327 | +/*.header #nav li:hover a{*/ | |
| 328 | + /*box-shadow:none;*/ | |
| 329 | + /*text-shadow:none;*/ | |
| 330 | + /*border:none;*/ | |
| 331 | +/*}*/ | |
| 332 | 332 | |
| 333 | 333 | |
| 334 | 334 | ... | ... |