From dbd3d24b2cc80c18c9e2b1be50c43ec00fd84695 Mon Sep 17 00:00:00 2001 From: Linlin Yan Date: Tue, 24 Dec 2019 10:39:31 +0800 Subject: Update css --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f29702b..3205395 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -19,8 +19,8 @@ hr{border:none;border-top:1px dashed #999;color:#fff;background-color:#fff;heigh a{color:#00f;word-wrap:break-word} a:visited{color:#009} a:hover{color:#f00} -header a,header a:visited,footer a,footer a:visited,h1 a,h1 a:visited,h2 a,h2 a:visited{text-decoration:none;color:#333} -header a:hover,footer a:hover,h1 a:hover,h2 a:hover{text-decoration:none;color:#f00} +header a,header a:visited,footer a,footer a:visited,h1 a,h1 a:visited,h2 a,h2 a:visited,h3 a,h3 a:visited,h4 a,h4 a:visited,h5 a,h5 a:visited,h6 a,h6 a:visited{text-decoration:none;color:#333} +header a:hover,footer a:hover,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{text-decoration:none;color:#f00} nav{padding:10px 0;text-align:right} nav a{padding-left:15px} table{border-collapse:collapse} -- cgit v1.2.3