更多操作
无编辑摘要 |
无编辑摘要 |
||
第14行: | 第14行: | ||
::selection { | ::selection { | ||
background: rgba(142, 230, 230, 0. | background: rgba(142, 230, 230, 0.5); | ||
color: rgb(50, 189, 205); | color: rgb(50, 189, 205); | ||
} | } |
2024年5月28日 (二) 14:02的版本
@font-face {
font-family: "MiSans Latin";
src: url("https://wiki.knebulae.com/fonts/MiSans Latin.woff2") format('woff2');
}
@font-face {
font-family: "HarmonyOS Sans SC";
src: url("https://wiki.knebulae.com/fonts/HarmonyOS Sans SC.woff2") format('woff2');
}
body {
font-family: "MiSans Latin", "HarmonyOS Sans SC", sans-serif;
}
::selection {
background: rgba(142, 230, 230, 0.5);
color: rgb(50, 189, 205);
}