diff --git a/public/index.html b/public/index.html index 280c5ba..e9d4435 100644 --- a/public/index.html +++ b/public/index.html @@ -258,6 +258,19 @@ flex-shrink: 0; } + /* Details/Summary chevron rotation */ + details[open] .details-chevron { + transform: rotate(180deg); + } + + details summary { + list-style: none; + } + + details summary::-webkit-details-marker { + display: none; + } + /* Blink animation for running timer icon */ @keyframes blink { 0%, 100% { opacity: 1; } @@ -402,49 +415,57 @@ - -