all repos — site @ 567b23803801a7fdd83160577e96a11ee287eb73

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

567b23803801a7fdd83160577e96a11ee287eb73

parent

f160b105b2f629f3f008f8e7e19093a8359dd462

2 files changed, 14 insertions(+), 14 deletions(-)

jump to
M build/static/style.cssbuild/static/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%; } -}+}
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%; } -}+}