all repos — site @ 22d3593f7a94f74246439faa11f06f171122b663

source for my site, found at icyphox.sh

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

22d3593f7a94f74246439faa11f06f171122b663

parent

6840e8a8abed7c9d8371eb4a6e6dadc338116a67

1 files changed, 4 insertions(+), 3 deletions(-)

jump to
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; } }