feat: support auto dark mode

This commit is contained in:
Sivan 2020-05-04 23:29:03 +08:00
parent 6de2d2c98d
commit 47a681d986
18 changed files with 895 additions and 359 deletions

View file

@ -0,0 +1,16 @@
/* 简单模拟 css reset */
* {
margin: 0;
padding: 0;
}
ul,
ol {
list-style: none;
}
/* 模拟不知道哪里流传出来的垃圾代码 */
ul,
li {
list-style: none;
}