all repos — site @ bd2ca6903323e51f0494940f5a985a4bb5965f13

source for my site, found at icyphox.sh

Remove redundant styling

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Tue, 27 Nov 2018 18:44:30 +0530
commit

bd2ca6903323e51f0494940f5a985a4bb5965f13

parent

7c18b86c26b04f97263af99f63e3c3d560126855

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

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

@@ -3,20 +3,6 @@ body {

background: #021012; } -a { - color: gray; - display: inline-block; - position: relative; - text-decoration: none; - transition: all 200ms; -} - -a:hover{ - color: #021012; - background: cyan; - text-decoration: none; -} - .container { position: absolute; overflow: hidden;

@@ -56,13 +42,6 @@ transform: translateY(-50%);

width: 100%; } -.content { - position: absolute; - top: 7%; - left: 25%; - width: 50%; -} - .logo { width: 220px; }

@@ -81,6 +60,7 @@ .footer a {

color: #888; margin: 0; transition: all 200ms; + text-decoration: none; } .footer a:hover {