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
path: root/static
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2017-07-11 21:15:23 +0300
committerYihui Xie <xie@yihui.name>2017-07-11 21:15:23 +0300
commitb72a1b9c3aa975bc6653afdc2dbeba2c72335b09 (patch)
tree80b20e5d40808d775e2d4cbdd1dcd5b083a468f6 /static
parentea0cb1b3a9f2eada4e9c4cff0fbcdd7d3001ee5d (diff)
remove underline on a in .categories
Diffstat (limited to 'static')
-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 2216765..1217356 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -68,7 +68,7 @@ article { padding: 1em; }
.menu, .article-meta, footer { text-align: center; }
.article-footer { text-align: left; }
.title { font-size: 1.2em; }
-.article-list a, .header a, footer a, .active a, .comments a { text-decoration: none; }
+.article-list a, .header a, footer a, .categories a, .active a, .comments a { text-decoration: none; }
.pagination { text-align: center; }
.pagination li, .terms li { display: inline; }
.pagination a { padding: 0 .2em; }