From 6c7983760d585cd7d02d8ed93a470e2080bae390 Mon Sep 17 00:00:00 2001 From: Juicysteak117 <20595808+Juicysteak117@users.noreply.github.com> Date: Sun, 2 Nov 2025 17:01:16 -0800 Subject: [PATCH] edna voice: no animations! --- export/pghrtcss.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/export/pghrtcss.css b/export/pghrtcss.css index b47a137..c646147 100644 --- a/export/pghrtcss.css +++ b/export/pghrtcss.css @@ -315,11 +315,6 @@ ol[class="ltx_toclist ltx_toclist_section"] { cursor: pointer; } -.togglebuttons > button, #return { - transition-property: background, border; - transition-duration: 0.1s; - transition-timing-function: linear; -} .togglebuttons > button:hover, #return:hover { background: var(--toc-hover);