fix(css): link margins and color
Anirudh icyph0x@pm.me
Tue, 04 Sep 2018 23:54:12 +0530
2 files changed,
4 insertions(+),
4 deletions(-)
M
build/static/style.css
→
build/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.css
→
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; }