修复图片不显示
自动部署 / deploy (push) Successful in 3m44s

This commit is contained in:
2026-06-19 14:53:59 +08:00 Unverified
parent 5f0dbe05d7
commit e290f8fa04
5 changed files with 85 additions and 7 deletions
+8 -3
View File
@@ -1,3 +1,5 @@
@import url("https://fontsapi.zeoseven.com/7/main/result.css");
:root {
color-scheme: light;
--bg: #f7f5ef;
@@ -34,9 +36,8 @@
body {
margin: 0;
color: var(--text);
font-family:
Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
"Microsoft YaHei", sans-serif;
font-family: "Zhuque Fangsong (technical preview)";
font-weight: normal;
line-height: 1.75;
background:
linear-gradient(rgba(247, 245, 239, 0.86), rgba(247, 245, 239, 0.95)),
@@ -1700,6 +1701,10 @@ time {
background: rgba(236, 253, 245, 0.58);
}
.article-outdated-note[hidden] {
display: none;
}
.butterfly-note > i {
margin-top: 0.28em;
color: var(--butterfly-note-color, var(--accent));