Fix CSS comment style

This commit is contained in:
Alphons Joseph
2024-09-11 09:28:20 +08:00
parent 9f8816f322
commit a04d8211ed
@@ -44,7 +44,7 @@
</div> </div>
<style> <style>
<!--.dark .switch[data-ison="true"], --> <!-- Unused CSS item --> /* .dark .switch[data-ison="true"], | Unused CSS item */
.switch[data-ison="true"] { .switch[data-ison="true"] {
background-color: #30D259; background-color: #30D259;
} }