From 5a94926837c3bd3b8e77c562886f27cdf8a91457 Mon Sep 17 00:00:00 2001 From: jaywcjlove Date: Fri, 30 Sep 2022 06:16:05 +0000 Subject: [PATCH] website: add icons for home page list. 410c8f09da29d455a3ce6f5b132878f594bafa75 --- index.html | 102 ++++++++++++++++++++++++++++++++++++++---------- style/style.css | 7 +++- 2 files changed, 87 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index 5c77b20e..3fd9410d 100644 --- a/index.html +++ b/index.html @@ -14,36 +14,96 @@

如果您发现此处的备忘单不合适,您可以通过提交 PR 来修复它或提供更好的备忘清单,只针对【中文】用户。以下是开源天使提供的一些备忘清单和快速参考 :)。

Linux 命令

看到缺少什么了吗?

上面的列表没有看到你想要的? 您是否正在寻找一些备忘清单或参考资料,或者您有一些片段备忘清单要分享,这是一个最好的机会!

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;