diff --git a/src/generators/legacy-html/assets/style.css b/src/generators/legacy-html/assets/style.css index 9a80797b..87ddd2f4 100644 --- a/src/generators/legacy-html/assets/style.css +++ b/src/generators/legacy-html/assets/style.css @@ -912,6 +912,10 @@ kbd { outline: var(--brand3) dotted 2px; } +.theme-toggle-btn svg { + pointer-events: none; +} + @media only screen and (width >= 601px) { #gtoc > ul > li { display: inline; diff --git a/src/generators/legacy-html/template.html b/src/generators/legacy-html/template.html index 0142fde1..6767ad78 100644 --- a/src/generators/legacy-html/template.html +++ b/src/generators/legacy-html/template.html @@ -45,6 +45,7 @@