mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-29 23:09:38 +08:00
feat(json-view): 写了个看json的页面,顺带更新了下依赖
This commit is contained in:
@@ -27,3 +27,18 @@
|
||||
.mys-post-span {
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
.mys-post-json {
|
||||
padding: 20px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.mys-post-json * {
|
||||
color: #faf7e8 !important;
|
||||
background-color: #2b2b2b !important;
|
||||
font-family: "Consolas", monospace;
|
||||
}
|
||||
|
||||
.mys-post-json .jv-toggle {
|
||||
background-color: #faf7e8 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user