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 {
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,