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 { button#togglebg {
border: 0; display: inline-block;
background: transparent; height: 18px;
width: 21px;
cursor: pointer; cursor: pointer;
background: #312c2c;
margin: 1px;
padding: 0px;
border: 1px outset #221d1d;
position: relative;
right: 2px;
} }
@keyframes fadeIn { @keyframes fadeIn {