mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
feat(json-view): 写了个看json的页面,顺带更新了下依赖
This commit is contained in:
BIN
src/assets/fonts/consolas.ttf
Normal file
BIN
src/assets/fonts/consolas.ttf
Normal file
Binary file not shown.
@@ -3,6 +3,10 @@
|
||||
font-family: "Genshin";
|
||||
src: url("./Genshin.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Consolas";
|
||||
src: url("./consolas.ttf") format("truetype");
|
||||
}
|
||||
/* 全局字体样式 */
|
||||
.global-font {
|
||||
font-family: "Genshin", sans-serif;
|
||||
|
||||
@@ -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