mirror of
https://github.com/Kisechan/Mainpage.git
synced 2025-08-29 23:07:18 +00:00
优化样式,调整间距和颜色变量以提升可读性和一致性
This commit is contained in:
@ -290,6 +290,7 @@ onUnmounted(() => {
|
||||
|
||||
.blog-meta {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
font-size: 0.9em;
|
||||
color: var(--text-color);
|
||||
@ -310,6 +311,7 @@ onUnmounted(() => {
|
||||
|
||||
.tag {
|
||||
margin-left: 5px;
|
||||
color: var(--code-text-color);
|
||||
}
|
||||
|
||||
.read-more-container {
|
||||
|
Reference in New Issue
Block a user