all repos — site @ 9ade469d70e8a81fe45fae8552ddb099a2acd5b6

source for my site, found at icyphox.sh

refactor(css): recolor!
Anirudh icyph0x@pm.me
Fri, 17 Aug 2018 00:11:39 +0530
commit

9ade469d70e8a81fe45fae8552ddb099a2acd5b6

parent

3f815f3d488938f62d0f62ad42455adbe78c53dc

2 files changed, 8 insertions(+), 6 deletions(-)

jump to
M build/static/style.cssbuild/static/style.css

@@ -20,7 +20,8 @@ src: url('/static/fonts/SecularOne-Regular.ttf');

} html { - color: #333; + color: #fff; + background: #021012; } @media screen and (min-width: 200px) and (max-width: 1000px) {

@@ -40,7 +41,7 @@

a { font-family: 'operator', monospace; font-size: 18px; - color: #444; + color: #fff; line-height: 2; } }

@@ -62,7 +63,7 @@

a { font-family: 'operator', monospace; font-size: 22px; - color: #444; + color: #fff; line-height: 2; } }
M static/style.cssstatic/style.css

@@ -20,7 +20,8 @@ src: url('/static/fonts/SecularOne-Regular.ttf');

} html { - color: #333; + color: #fff; + background: #021012; } @media screen and (min-width: 200px) and (max-width: 1000px) {

@@ -40,7 +41,7 @@

a { font-family: 'operator', monospace; font-size: 18px; - color: #444; + color: #fff; line-height: 2; } }

@@ -62,7 +63,7 @@

a { font-family: 'operator', monospace; font-size: 22px; - color: #444; + color: #fff; line-height: 2; } }