Toggle bump buttona via JS

This commit is contained in:
2021-05-02 10:33:14 +02:00
parent 766fd30842
commit 8066862c8a
7 changed files with 26 additions and 14 deletions

View File

@ -231,3 +231,6 @@ ul.striped_list > li:nth-child(odd) ul li:nth-child(odd) { background-color:#30
opacity: 1;
}
.display_none {
display: none;
}