diff --git a/templates/base.gohtml b/templates/base.gohtml index 48ea40b..0751166 100644 --- a/templates/base.gohtml +++ b/templates/base.gohtml @@ -31,13 +31,15 @@ html[data-theme="dark"] .theme-icon-dark { display: none; } html[data-theme="dark"] .theme-icon-light { display: block; } html[data-theme="light"] .theme-icon-light { display: none; } - html[data-theme="light"] .theme-icon-dark { display: block; } + html[data-theme="light"] .theme-icon-dark { display: block; }