From 72b5ef34ae2799f5779502c3a2fb4dfaf82d5c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 16 Apr 2019 21:12:39 +0200 Subject: [PATCH] Back to top button --- index.html | 4 ++-- web/template.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 3ef2e54..0a837f4 100644 --- a/index.html +++ b/index.html @@ -179,11 +179,11 @@ pre.prettyprint { } #return-to-top:hover { - background: rgba(0, 0, 0, 0.85); + background: rgba(0, 0, 0, 0.55); } #return-to-top:hover i { - color: #ffffff; + color: #f0f0f0; } diff --git a/web/template.html b/web/template.html index d2f2521..f13e79c 100644 --- a/web/template.html +++ b/web/template.html @@ -179,11 +179,11 @@ pre.prettyprint { } #return-to-top:hover { - background: rgba(0, 0, 0, 0.85); + background: rgba(0, 0, 0, 0.55); } #return-to-top:hover i { - color: #ffffff; + color: #f0f0f0; }