Add: Option - userContent.page.proton_color

This commit is contained in:
alstjr7375 2022-03-18 15:08:00 +09:00
parent 797a4fbe5b
commit 18be425aed
2 changed files with 7 additions and 4 deletions

View file

@ -18,7 +18,9 @@
/** Fully Dark Mode ***********************************************************/
/*= Fully Dark Mode - Dark Mode Colors =======================================*/
@import "theme/proton_color";
@include Option("userContent.page.proton_color") {
@import "theme/proton_color";
}
@include Option("userContent.page.dark_mode") {
@import "contents/dark_mode";
}