Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornodejh <jianghangscu@gmail.com>2017-07-04 06:47:18 +0300
committernodejh <jianghangscu@gmail.com>2017-07-04 06:47:18 +0300
commit6dc0f3ee340a305222ba54dd5e6ca9686ac9d56c (patch)
treeb9f3d3c3bf65dcbc2062a78996d58ec907dbb6e9
parent5a9315000279213a8337b48ac994c14d24cc3af7 (diff)
modify some styles: remove redundancy css, remove hover styles on date tags, remove animation when post item hover in arcigves page
-rw-r--r--static/css/style.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/static/css/style.css b/static/css/style.css
index c432410..f7c28fa 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -244,7 +244,7 @@ nav.main-nav a.cta {
/*Accent color*/
-a, #title, #post-list a:hover, #post-list li:hover .dates, #title:hover {
+a, #title, #post-list a:hover, #title:hover {
text-decoration: none;
color: #5badf0;
color: #5694f1;
@@ -790,7 +790,7 @@ h2.month {
}
.archive .post-item {
- padding: 10px 10px;
+ padding: 10px 0px;
overflow-x: hidden;
white-space:nowrap;
}
@@ -798,7 +798,7 @@ h2.month {
.archive .post-time {
display: inline-block;
width: 60px;
- margin: 0 10px;
+ margin: 0;
color: #8a8a8a;
}
@@ -817,10 +817,9 @@ h2.month {
.archive .post-item:hover {
color: #5694f1;
- padding-left: 13px;
transition: 0.3s ease-out;
}
-.archive .post-item:hover .post-time,.archive .post-item:hover .post-link {
+.archive .post-item:hover .post-link {
color: #5694f1;
}