style: 调整滚动条样式
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
color: var(--text-tertiary);
|
color: var(--text-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ const published_at = formatDatetime(data.published_at, "YYYY.MM.DD");
|
|||||||
|
|
||||||
.tags span {
|
.tags span {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #57606a;
|
color: var(--text-secondary);
|
||||||
border: var(--border-primary);
|
border: var(--border-primary);
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
--border-secondary: 1px solid #eee;
|
--border-secondary: 1px solid #eee;
|
||||||
--text-primary: #030712;
|
--text-primary: #030712;
|
||||||
--text-secondary: #3f3f46;
|
--text-secondary: #3f3f46;
|
||||||
--text-tertiary: #a1a1aa;
|
|
||||||
--text-disabled: #d1d5db;
|
--text-disabled: #d1d5db;
|
||||||
--text-meta: #71717a;
|
--text-meta: #71717a;
|
||||||
--article-text-color: #404040;
|
--article-text-color: #404040;
|
||||||
@@ -26,7 +25,6 @@
|
|||||||
--border-secondary: 1px solid #525252;
|
--border-secondary: 1px solid #525252;
|
||||||
--text-primary: #e4e4e7;
|
--text-primary: #e4e4e7;
|
||||||
--text-secondary: #d1d5db;
|
--text-secondary: #d1d5db;
|
||||||
--text-tertiary: #71717a;
|
|
||||||
--text-disabled: #6b7280;
|
--text-disabled: #6b7280;
|
||||||
--text-meta: #d4d4d8;
|
--text-meta: #d4d4d8;
|
||||||
--article-text-color: #d4d4d8;
|
--article-text-color: #d4d4d8;
|
||||||
|
|||||||
Reference in New Issue
Block a user