feat(modules/web): souceEdito theme respect system darkmode

This commit is contained in:
Xwite
2024-10-02 21:38:40 +08:00
parent 9244715f41
commit 2734132872
8 changed files with 48 additions and 29 deletions
+13
View File
@@ -0,0 +1,13 @@
@import './kbd.css';
@import './code.css';
body {
padding: 0;
margin: 0;
}
.el-tabs__header {
position: sticky;
top: 0px;
z-index: 2;
}