优化样式,调整间距和颜色变量以提升可读性和一致性

This commit is contained in:
2025-03-07 19:20:12 +08:00
parent d54f2a0183
commit f3c78442ba
4 changed files with 11 additions and 4 deletions

View File

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

View File

@ -131,11 +131,12 @@ export default {
.add-link-content {
font-size: 1em;
color: #333;
color: var(--text-color);
}
.add-link-content pre {
background-color: #f5f5f5;
background-color: var(--code-background-color);
color: var(--code-text-color);
padding: 10px;
border-radius: 4px;
overflow-x: auto;
@ -197,7 +198,7 @@ export default {
.link-description {
font-size: 0.9em;
color: #666;
color: var(--code-text-color);
}
.loading-container {