Merge pull request #575 from tangly1024/develop

card-dark-mode-color
This commit is contained in:
tangly1024
2022-12-09 22:29:31 +08:00
committed by GitHub

View File

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