feat(modules/web): souceEdito theme respect system darkmode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user