In the base <html> element, there is a class that should be toggled: `class="light"` | `class="dark"`. However, what currently happens is: `class` | `class="dark"`. Essentially, the "light" class is not assigned. I looked through the source code and it may be possible that this is a Vue issue, not a Slidev one, but I wanted to put this out there just in case.