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

github.com/blankoworld/hugo_theme_adam_eve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier DOSSMANN <git@dossmann.net>2017-06-25 14:57:40 +0300
committerOlivier DOSSMANN <git@dossmann.net>2017-06-25 14:57:40 +0300
commit9ec71320a4c6a5e6f01232de112feb69d634104d (patch)
tree8f6e7e92ad3c86073e6dae7d8a8d4aa789ced168
parent02200b91d5f6a6e10627a26fbad8bc85f7d09b50 (diff)
Use other colors for links
-rw-r--r--static/css/main.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 2a2f977..23faf2e 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1,15 +1,24 @@
+a:active, a:link, a:visited, a:hover {
+ color: #2b73b7;
+ text-decoration: none;
+}
+
+main a:active, main a:link, main a:visited, main a:hover {
+ color: #080;
+}
+
span.nolink {
color: red;
/* border-bottom: 1px dashed;*/
}
-a.remote {
+a.remote:active, a.remote:link, a.remote:visited, a.remote:hover {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAABdklEQVR4AWMgAVRo1zY3rGk41rC+rqvCBCJWBpPM4WoomLHtdtuv/t9Lfk263TtrQ0t7Oj9cbzZDc/W6s/8T7khD+P+F/8bv29PZlswJVVBu0vPuVZyNYHFZbmAqE1SR0cbjXR6pjGBO58am962Ta3e3ftqy6B5LCcMasOj7gInrm9jBzI4vTX+bfjT/7/4/p/w/zFXybUmt71u4wJzGfxP/t/xvA+KaP2XnQSKVFpWPav/U/6+HKJjz++OVJUDp1n9N/+r+19QyMCz1mPC/8X/X/26Igrn3GiUeL5n/v+F/8//6/9NOMTC0hDUDefP/L4MoOL6ickVeSQ1QqAGooPdBJE/lnloge/fhixBHftFd9bLkR83/+n/1QAXVP8qX1Pyv/L/s/12f/4xQNz8s3Pa/6X/Vvzqgour/5f/r/q//f2fmLy54WP7lfJN74eMSoKIyoNFz/5/+9ar+Px9aZL3Xfjvz7aO3/96+eLvsnSVE7CPhOAYA9nvIX0UoNU8AAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: 0 center;
padding: 0 0 0 18px;
- text-decoration: none;
word-wrap: break-word;
+ color: #2b73b7;
}
a.internal {