all repos — site @ 64be0480025bdce6077c0b779dc0cfe6c785c20b

source for my site, found at icyphox.sh

Remove unused CSS

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Sun, 11 Nov 2018 21:26:47 +0530
commit

64be0480025bdce6077c0b779dc0cfe6c785c20b

parent

406baaa5d5ccb2f7194010b3f7fea6c83623a025

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

jump to
M static/style.cssstatic/style.css

@@ -6,7 +6,6 @@

a { color: cyan; display: inline-block; - /* margin: 0 20px; */ position: relative; text-decoration: none; }

@@ -30,14 +29,9 @@ opacity: 1;

transform: scale(1, 1); } -code { - background: #222; - padding: 4px; -} - .container { position: absolute; - /* overflow: hidden; */ + overflow: hidden; top: 0; bottom: 0; left: 0;

@@ -102,26 +96,6 @@ transition: all 200ms;

} .footer a:hover { - color: cyan; -} - -.header { - color: white; - top: 20px; - font-size: 14px; - position: absolute; - width: 100%; - text-align: center; - margin-top: 20px; -} - -.header a { - color: #888; - margin: 0; - transition: all 200ms; -} - -.header a:hover { color: cyan; }