all repos — site @ 66117f339d8d8b61f761e78234ba05d6800a10f8

source for my site, found at icyphox.sh

fix(css): link margins and color
Anirudh icyph0x@pm.me
Tue, 04 Sep 2018 23:54:12 +0530
commit

66117f339d8d8b61f761e78234ba05d6800a10f8

parent

c502a42fbaa752d21047090d7f8aa8c650db0955

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

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

@@ -4,9 +4,9 @@ background: #021012;

} a { - color: white; + color: #00ffff; display: inline-block; - margin: 0 20px; + /* margin: 0 20px; */ position: relative; text-decoration: none; }
M static/style.cssstatic/style.css

@@ -4,9 +4,9 @@ background: #021012;

} a { - color: white; + color: #00ffff; display: inline-block; - margin: 0 20px; + /* margin: 0 20px; */ position: relative; text-decoration: none; }