diff --git a/index.html b/index.html
index 2ac203d..024312d 100644
--- a/index.html
+++ b/index.html
@@ -195,19 +195,20 @@
#version {
position: fixed;
- top: 95vh;
+ top: 96vh;
font-size: 75%;
- background: #5c5c5c;
- color: black;
+ background: #1a1a1a;
+ color: white;
opacity: 1;
padding: 10px;
- padding-top: 5px;
+ padding-top: 0px;
padding-bottom: 0px;
- border-radius: 8px;
+ transition: top 0.3s;
}
#version:hover {
- top: 90vh;
+ top: 92vh;
+ transition: top 0.3s;
}
a:visited,