refactor(css): recolor!
Anirudh icyph0x@pm.me
Fri, 17 Aug 2018 00:11:39 +0530
2 files changed,
8 insertions(+),
6 deletions(-)
M
build/static/style.css
→
build/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.css
→
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; } }