This commit is contained in:
2021-12-05 22:57:20 +01:00
parent b4ca5c0815
commit 05de0c28d4
4 changed files with 77 additions and 19 deletions

View File

@@ -13,8 +13,8 @@
padding: .5px;
border-radius: 4px;
text-decoration: none;
transition: all 0.75s;
}
#down-btn:hover,
#up-btn:hover {
background-color: #232323;
@@ -22,8 +22,8 @@
color: #808080;
transition: all 0.75s;
}
#down-btn {
transition: all 0.75s;
color: #121212;
background-color: #808080;
text-align: center;
@@ -38,7 +38,6 @@
border-radius: 4px;
text-decoration: none;
}
#content {
width: 100%;
height: 185%;