website: add icons for home page list.

This commit is contained in:
jaywcjlove
2022-09-30 14:15:26 +08:00
parent c8530f6ca9
commit 410c8f09da
21 changed files with 107 additions and 2 deletions

View File

@ -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;