style: 微调color
This commit is contained in:
@@ -33,7 +33,7 @@ const {posts} = Astro.props
|
||||
|
||||
.post .d {
|
||||
font-size: 14px;
|
||||
color: var(--text-secondary);
|
||||
color: var(--text-meta);
|
||||
min-width: 80px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<footer>
|
||||
<div>© 2026 Uroboros</div>
|
||||
<a href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank">备案号:鄂ICP备2023000060号-2</a>
|
||||
<a href="https://beian.miit.gov.cn" target="_blank">备案号:鄂ICP备2023000060号-2</a>
|
||||
</footer>
|
||||
|
||||
<style>
|
||||
|
||||
@@ -98,7 +98,7 @@ const {data} = await http.get<ApiResponse<Archive>>("posts/archives");
|
||||
}
|
||||
|
||||
.post-date {
|
||||
color: var(--text-secondary);
|
||||
color: var(--text-meta);
|
||||
}
|
||||
|
||||
.post-title {
|
||||
@@ -118,7 +118,7 @@ const {data} = await http.get<ApiResponse<Archive>>("posts/archives");
|
||||
}
|
||||
|
||||
.post-cat {
|
||||
color: var(--text-secondary);
|
||||
color: var(--text-meta);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.markdown-body pre code {
|
||||
font-size: 1.1em;
|
||||
font-size: 14px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user