Check for `[data-color-scheme="light"]` instead of `not([data-color-scheme="dark"])`
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 29 Jun 2023 10:00:21 +0000 (12:00 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Jun 2023 10:00:21 +0000 (12:00 +0200)
Co-authored-by: Alexander Ebert <ebert@woltlab.com>
wcfsetup/install/files/style/bbcode/code.scss

index e18a637805d5de1fd8bececf4e88d68f8f3be78a..0e623928aa8904be5aa872bbcf619c68d2cd3fe1 100644 (file)
        position: static;
 }
 
-html:not([data-color-scheme="dark"]) {
+html[data-color-scheme="light"] {
        /* PrismJS 1.29.0
        https://prismjs.com/download.html#themes=prism */
        /**