Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uicardiodev/hugo-uilite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorArvind Singh <arvind@zonic.io>2018-09-29 08:01:46 +0300
committerArvind Singh <arvind@zonic.io>2018-09-29 08:01:46 +0300
commit0f7c3d6f2e3c84ea9a4dbb918197730608129f6e (patch)
treea8f21ee577f09602d573dd56fe2c2c5451693c06 /static
parent8fbe81d326066df103306aaf99059c9d4b9d63c9 (diff)
remove google analytics script
Diffstat (limited to 'static')
-rw-r--r--static/css/styles.css3
1 files changed, 0 insertions, 3 deletions
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;