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

github.com/yihui/hugo-xmag.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2017-07-12 06:47:57 +0300
committerYihui Xie <xie@yihui.name>2017-07-12 06:47:57 +0300
commit4c4ddf8ffb7dc3b57c52f96d9e97afb5ab37a2ea (patch)
treef4bf5eb0d305f79deab6dde6b398e3d225233a0d
parent0582ee19c8249d1b43b38712e5b17e3f42aec04c (diff)
.categories a color should not have been overridden
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index f63fc31..a2bd9be 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -50,13 +50,13 @@ main { margin-bottom: 15px; }
@media (min-width: 1080px) {
.list section { max-width: calc(33.33333% - 15px); }
}
+.article-list a, .banner a { color: #000; }
.categories a {
font-size: .9em;
font-weight: bolder;
text-transform: uppercase;
color: #666;
}
-.article-list a, .banner a { color: #000; }
h1 a:hover { text-decoration: underline; }
.article-list h1 { margin: .2em auto .2em 0; }
article { padding: 1em; }