Commit 9e81e9f7879218c9e479a9f373a86ebe9cf4cf21

Authored by Andy
1 parent efdaa4a7

bar 更新颜色

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