diff --git a/public/index.html b/public/index.html index d80aa0d..f1f9ff5 100644 --- a/public/index.html +++ b/public/index.html @@ -263,6 +263,10 @@ transform: rotate(180deg); } + .details-chevron { + transition: transform 0.2s ease; + } + details summary { list-style: none; } @@ -677,6 +681,22 @@ + + +