Commit 9e81e9f7879218c9e479a9f373a86ebe9cf4cf21
1 parent
efdaa4a7
bar 更新颜色
Showing
5 changed files
with
15 additions
and
1 deletions
contact.html
index.html
| @@ -43,8 +43,12 @@ | @@ -43,8 +43,12 @@ | ||
| 43 | <!--<link type="text/css" rel="stylesheet" href="" id="colors">--> | 43 | <!--<link type="text/css" rel="stylesheet" href="" id="colors">--> |
| 44 | <style> | 44 | <style> |
| 45 | #nav>li:nth-child(1){ | 45 | #nav>li:nth-child(1){ |
| 46 | + color:#fff; | ||
| 46 | border-bottom: 2px solid #fff; | 47 | border-bottom: 2px solid #fff; |
| 47 | } | 48 | } |
| 49 | + #nav>li:nth-child(1) a{ | ||
| 50 | + color:#fff; | ||
| 51 | + } | ||
| 48 | </style> | 52 | </style> |
| 49 | 53 | ||
| 50 | </head> | 54 | </head> |
portfolio.html
services.html
| @@ -33,6 +33,9 @@ | @@ -33,6 +33,9 @@ | ||
| 33 | <!-- Color CSS --> | 33 | <!-- Color CSS --> |
| 34 | <link type="text/css" rel="stylesheet" href="css/color/color7.css"> | 34 | <link type="text/css" rel="stylesheet" href="css/color/color7.css"> |
| 35 | <style> | 35 | <style> |
| 36 | + #nav>li:nth-child(3) a{ | ||
| 37 | + color:#fff; | ||
| 38 | + } | ||
| 36 | #nav>li:nth-child(3){ | 39 | #nav>li:nth-child(3){ |
| 37 | border-bottom: 2px solid #fff; | 40 | border-bottom: 2px solid #fff; |
| 38 | } | 41 | } |
style.css
| @@ -272,7 +272,8 @@ a:hover{ | @@ -272,7 +272,8 @@ a:hover{ | ||
| 272 | margin:0; | 272 | margin:0; |
| 273 | } | 273 | } |
| 274 | .header .nav li a { | 274 | .header .nav li a { |
| 275 | - color:#fff; | 275 | + /*color:#fff;*/ |
| 276 | + color: #8890a4; | ||
| 276 | font-size: 16px; | 277 | font-size: 16px; |
| 277 | font-weight: 400; | 278 | font-weight: 400; |
| 278 | text-transform: uppercase; | 279 | text-transform: uppercase; |