Redo the table of contents dropdown, with new animation as well

This commit is contained in:
daudix
2024-09-17 04:02:44 +03:00
parent 543d1bf862
commit ed02e10c3a
6 changed files with 76 additions and 17 deletions

View File

@ -29,7 +29,7 @@ input[type="checkbox"] {
&::before {
display: block;
position: absolute;
transform: scale(0.5);
transform: scale(50%);
opacity: 0;
transition: var(--transition);
background-color: var(--contrast-color);