From 9e81e9f7879218c9e479a9f373a86ebe9cf4cf21 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Fri, 28 Sep 2018 11:13:23 +0800 Subject: [PATCH] bar 更新颜色 --- contact.html | 3 +++ index.html | 4 ++++ portfolio.html | 3 +++ services.html | 3 +++ style.css | 3 ++- 5 files changed, 15 insertions(+), 1 deletion(-) diff --git a/contact.html b/contact.html index 6a361fb..5f82d32 100644 --- a/contact.html +++ b/contact.html @@ -46,6 +46,9 @@ #nav>li:nth-child(4){ border-bottom: 2px solid #fff; } + #nav>li:nth-child(4) a{ + color:#fff; + } diff --git a/index.html b/index.html index 23a2e35..eadfc9c 100755 --- a/index.html +++ b/index.html @@ -43,8 +43,12 @@ diff --git a/portfolio.html b/portfolio.html index 9925630..5a42555 100755 --- a/portfolio.html +++ b/portfolio.html @@ -45,6 +45,9 @@ #nav>li:nth-child(2){ border-bottom: 2px solid #fff; } + #nav>li:nth-child(2) a{ + color:#fff; + } diff --git a/services.html b/services.html index 4c380bf..59f2ef4 100644 --- a/services.html +++ b/services.html @@ -33,6 +33,9 @@