toggle
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 18s

This commit is contained in:
schrumpel 2023-11-29 04:54:01 +01:00
parent cba5fc0410
commit c13ca165c0

View File

@ -2929,9 +2929,16 @@ div.favs div.posts {
}
button#togglebg {
border: 0;
background: transparent;
display: inline-block;
height: 18px;
width: 21px;
cursor: pointer;
background: #312c2c;
margin: 1px;
padding: 0px;
border: 1px outset #221d1d;
position: relative;
right: 2px;
}
@keyframes fadeIn {