all repos — site @ 4f2909d91aa72d3f56f074f9d181b96153f650f1

source for my site, found at icyphox.sh

refactor(css): recolor links

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Tue, 18 Sep 2018 20:57:03 +0530
commit

4f2909d91aa72d3f56f074f9d181b96153f650f1

parent

9e95d619065c72f1071277d5d34a16f8bcd55cfd

1 files changed, 7 insertions(+), 7 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -4,7 +4,7 @@ background: #021012;

} a { - color: #00ffff; + color: cyan; display: inline-block; /* margin: 0 20px; */ position: relative;

@@ -14,7 +14,7 @@

a:after { content: ""; height: 1px; - background: white; + background: cyan; position: absolute; pointer-events: none; bottom: -5px;

@@ -32,7 +32,7 @@ }

code { background: #222; - padding: 5px; + padding: 4px; } .container {

@@ -86,7 +86,7 @@ width: 250px;

} .footer { - color: white; + color: #888; bottom: 20px; font-size: 14px; position: absolute;

@@ -96,7 +96,7 @@ margin-bottom: 20px;

} .footer a { - color: white; + color: #888; margin: 0; transition: all 200ms; }

@@ -116,7 +116,7 @@ margin-top: 20px;

} .header a { - color: white; + color: #888; margin: 0; transition: all 200ms; }

@@ -156,4 +156,4 @@ .content {

left: 15%; width: 70%; } -}+}