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

github.com/davidhampgonsalves/hugo-black-and-light-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hamp-Gonsalves <davidhampgonsalves@gmail.com>2017-01-11 07:04:16 +0300
committerDavid Hamp-Gonsalves <davidhampgonsalves@gmail.com>2017-01-11 07:04:16 +0300
commit1b4373bf133ca0a69985bd68d295c1627f8cc7f6 (patch)
tree4ca24a57012c0258ce551fd9c64329b43d99c3b7
parentd072cc4b7bd0bd4313bd731ac4423cc1c34c8ac1 (diff)
title should be underlined on hover
-rw-r--r--layouts/partials/styles.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/styles.html b/layouts/partials/styles.html
index cb8cc8e..ef508f4 100644
--- a/layouts/partials/styles.html
+++ b/layouts/partials/styles.html
@@ -241,7 +241,7 @@
margin:0 0 25px 15px;
}
- .posts_listing li a:hover,#nav li a:hover {
+ .posts_listing li a:hover,#nav a:hover {
text-decoration: underline;
}