mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
37 lines
573 B
CSS
37 lines
573 B
CSS
@import "fonts/index.css";
|
|
@import "css/mys-parser.css";
|
|
|
|
/*
|
|
* @description 米游社解析 json
|
|
* @since Alpha v0.1.1
|
|
*/
|
|
.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;
|
|
}
|
|
|
|
/* card action 内的按钮 */
|
|
.card-btn {
|
|
background: #546d8b !important;
|
|
color: #faf7e8 !important;
|
|
}
|
|
|
|
.card-btn svg {
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
|
|
.card-btn svg path {
|
|
fill: #faf7e8;
|
|
}
|