From 0f7c3d6f2e3c84ea9a4dbb918197730608129f6e Mon Sep 17 00:00:00 2001 From: Arvind Singh Date: Sat, 29 Sep 2018 10:31:46 +0530 Subject: remove google analytics script --- layouts/partials/footer-scripts.html | 7 ------- static/css/styles.css | 3 --- 2 files changed, 10 deletions(-) diff --git a/layouts/partials/footer-scripts.html b/layouts/partials/footer-scripts.html index 02baeaa..6664dbf 100644 --- a/layouts/partials/footer-scripts.html +++ b/layouts/partials/footer-scripts.html @@ -1,12 +1,5 @@ - - diff --git a/static/css/styles.css b/static/css/styles.css index 294875e..eb3a8e1 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -2,11 +2,9 @@ html { overflow-x: hidden; overflow-y: scroll; } - a:hover { text-decoration: none; } - .sidebar { position: fixed; left: 0px; @@ -17,7 +15,6 @@ a:hover { width: 40%; height: 100%; } - .sidebar .main-info * { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -- cgit v1.2.3