card-dark-mode-color

This commit is contained in:
tangly1024
2022-12-09 22:27:31 +08:00
parent cecc4de8df
commit 9932eae380

View File

@@ -1993,3 +1993,7 @@ thead, tbody tr {
width:100%;
table-layout:fixed;
}
.notion-collection-card{
@apply dark:hover:text-gray-200
}