更多操作
无编辑摘要 |
无编辑摘要 |
||
第28行: | 第28行: | ||
::selection { | ::selection { | ||
color: | color: inherit; | ||
background: rgba(20, 20, 20, 0.15); | background: rgba(20, 20, 20, 0.15); | ||
} | } |
2025年1月9日 (四) 15:16的最新版本
@font-face {
font-family: "RobotoFlex Latin";
src: url("https://wiki.knebulae.com/fonts/RobotoFlex Latin.woff2") format('woff2');
}
@font-face {
font-family: "HarmonyOS Sans SC";
src: url("https://wiki.knebulae.com/fonts/HarmonyOS Sans SC.woff2") format('woff2');
}
@font-face {
font-family: "JetBrains Mono";
src: url("https://wiki.knebulae.com/fonts/JetBrains Mono.woff2") format('woff2');
}
:root {
--font-family-citizen-base: "HarmonyOS Sans SC";
--font-family-citizen-monospace: "JetBrains Mono", "HarmonyOS Sans SC", monospace;
}
body {
font-family: "RobotoFlex Latin", "HarmonyOS Sans SC", sans-serif;
}
.mw-highlight pre {
font-family: "JetBrains Mono", "HarmonyOS Sans SC" , monospace;
}
::selection {
color: inherit;
background: rgba(20, 20, 20, 0.15);
}
* {
scrollbar-color: var(--color-surface-4) transparent;
scrollbar-width: thin;
}