深色模式 page-title颜色

This commit is contained in:
tangly1024
2024-11-16 22:46:00 +08:00
parent daddd2031a
commit 971f8b8a86

View File

@@ -1452,7 +1452,6 @@ code[class*='language-'] {
.notion-collection-card-property .notion-page-title-text {
border-bottom: 0 none;
@apply dark:text-gray-200;
}
.notion-collection-card-property
@@ -1470,6 +1469,7 @@ code[class*='language-'] {
overflow: hidden;
text-overflow: ellipsis;
font-weight: 500;
@apply dark:text-gray-200;
}
.notion-collection-row {