aboutsummaryrefslogtreecommitdiff
path: root/static/scroll.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/scroll.css')
-rw-r--r--static/scroll.css10
1 files changed, 1 insertions, 9 deletions
diff --git a/static/scroll.css b/static/scroll.css
index b36c841f..9315fc14 100644
--- a/static/scroll.css
+++ b/static/scroll.css
@@ -2,8 +2,7 @@
2 position: fixed; 2 position: fixed;
3 bottom: 20px; 3 bottom: 20px;
4 right: 20px; 4 right: 20px;
5 background: rgb(0, 0, 0); 5 background: rgb(65, 158, 219, 0.85);
6 background: rgba(0, 0, 0, 0.7);
7 width: 50px; 6 width: 50px;
8 height: 50px; 7 height: 50px;
9 display: block; 8 display: block;
@@ -32,13 +31,6 @@
32 transition: all 0.3s ease; 31 transition: all 0.3s ease;
33} 32}
34 33
35#jump-top:hover {
36 background: rgba(0, 0, 0, 0.9);
37}
38#jump-top:hover i {
39 color: #fff;
40 top: 5px;
41}
42/* 34/*
43.jump-top { 35.jump-top {
44 position: fixed; 36 position: fixed;