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