diff --git a/index.html b/index.html index 5c77b20e..3fd9410d 100644 --- a/index.html +++ b/index.html @@ -14,36 +14,96 @@
如果您发现此处的备忘单不合适,您可以通过提交 PR 来修复它或提供更好的备忘清单,只针对【中文】用户。以下是开源天使提供的一些备忘清单和快速参考 :)。
- TOML - TypeScript - JavaScript - JSON - Markdown + +TOML + +TypeScript + +JavaScript + +JSON + Markdown
- Quick Reference - HTTP 状态码 - HTML 字符实体 - Emoji + +Quick Reference + HTTP 状态码 + HTML 字符实体 + +Emoji
上面的列表没有看到你想要的? 您是否正在寻找一些备忘清单或参考资料,或者您有一些片段备忘清单要分享,这是一个最好的机会!
diff --git a/style/style.css b/style/style.css index fb718173..616ee04c 100644 --- a/style/style.css +++ b/style/style.css @@ -3,7 +3,7 @@ body { tab-size: 4; margin: 0; line-height: inherit; - font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; + font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"; } body { @@ -173,6 +173,7 @@ body.home .h1wrap p { .home-card a { display: flex; align-items: center; + gap: 0.5rem; cursor: pointer; border-radius: 0.5rem; padding: 1rem; @@ -186,6 +187,10 @@ body.home .h1wrap p { .home-card a:hover { --bg-opacity: 1; } +.home-card a svg { + min-width: 1.5rem; + height: 1.8rem; +} .home-title-reset { padding-right: 0 !important;