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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYurizal Susanto <rizal.sagi@gmail.com>2017-06-23 19:52:52 +0300
committerYurizal Susanto <rizal.sagi@gmail.com>2017-06-23 19:52:52 +0300
commit4d943a16bd0a18005d9944088f2e35465a3ea1d3 (patch)
tree3d80c45e199f2994cf21ed06a7b7453d3e39fbb3 /static
parent03073660bae26d7532198bc6e76a0aa601cfa140 (diff)
I hate underline
Diffstat (limited to 'static')
-rw-r--r--static/css/ui.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/css/ui.css b/static/css/ui.css
index 0aa0187..731c634 100644
--- a/static/css/ui.css
+++ b/static/css/ui.css
@@ -198,12 +198,14 @@ p { margin-top: 0; }
/* #Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
-a { color: #1eaedb; }
+a {
+ color: #1eaedb;
+ text-decoration: none;
+}
a:hover { color: #0fa0ce; }
nav a {
color: #777;
- text-decoration: none;
}
nav a:hover { color: #1eaedb; }