mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 15:41:26 +00:00
Compare commits
5 commits
fca3815abd
...
1ad40e930b
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ad40e930b | |||
| 56e8ad5b0d | |||
| d53ae919ff | |||
| 91c3ebb527 | |||
| b92817088c |
2 changed files with 4 additions and 4 deletions
|
|
@ -31,8 +31,8 @@ const data = Astro.props;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0 0 1rem 0;
|
margin: 0 0 1rem 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-bottom: 1.7rem;
|
padding-bottom: 0.2rem;
|
||||||
padding-top: 1.7rem;
|
padding-top: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-link {
|
.post-link {
|
||||||
|
|
@ -56,8 +56,8 @@ const data = Astro.props;
|
||||||
|
|
||||||
.post-title {
|
.post-title {
|
||||||
font-family:
|
font-family:
|
||||||
sans-serif,
|
|
||||||
system-ui,
|
system-ui,
|
||||||
|
sans-serif,
|
||||||
-apple-system,
|
-apple-system,
|
||||||
BlinkMacSystemFont,
|
BlinkMacSystemFont,
|
||||||
"Segoe UI",
|
"Segoe UI",
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@
|
||||||
name: 'CLovertaTheTrilobita'
|
name: 'CLovertaTheTrilobita'
|
||||||
description: "This is Cloverta's blog"
|
description: "This is Cloverta's blog"
|
||||||
url: "https://blog.cloverta.top"
|
url: "https://blog.cloverta.top"
|
||||||
avatar: '/images/marisa.png'
|
avatar: '/images/marisa.png'
|
||||||
---
|
---
|
||||||
Loading…
Reference in a new issue