Files
Situation-Awareness-Platfor…/src/assets/css/theme.scss
2025-03-12 18:41:20 +08:00

17 lines
303 B
SCSS

/**
* 网站主题(暂定前端控制)
*/
// 亮色
.g-theme-light {
.dp-editor-md-preview-container.dp-md-view [src$="#gh-dark-mode-only"] {
display: none;
}
}
// 暗色
.g-theme-dark {
.dp-editor-md-preview-container.dp-md-view [src$="#gh-light-mode-only"] {
display: none;
}
}