📅  最后修改于: 2022-03-11 15:00:10.480000             🧑  作者: Mango
One way to remove the dark theme would be by editing the variables.scss file and removing this style rule:
@media (prefers-color-scheme: dark) {
...
}