mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
css version tweak
This commit is contained in:
13
index.html
13
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,
|
||||
|
||||
Reference in New Issue
Block a user