fix(modrinth): handle OLED mode (#124)

This commit is contained in:
Ryan Cao 2023-07-23 15:19:17 +08:00 committed by GitHub
parent c77f3b98b1
commit d001ba7932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@
#catppuccin(@lightFlavor, @accentColor);
}
.dark-mode {
.dark-mode, .oled-mode {
#catppuccin(@darkFlavor, @accentColor);
}