refactor(css): recolor links Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Tue, 18 Sep 2018 20:57:03 +0530
2 files changed,
14 insertions(+),
14 deletions(-)
M
build/static/style.css
→
build/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.css
→
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%; } -}+}