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