all repos — site @ 4710d6363b97616e247b832392638981fd873525

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

4710d6363b97616e247b832392638981fd873525

parent

56d2c807e359e55ed35157229f5ac22bfc6560a2

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

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