css version tweak

This commit is contained in:
rafapaezbas
2024-02-02 16:40:02 +01:00
parent c8cf6d82d1
commit 873b3abb2b

View File

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