fix/darkmode-git-color

This commit is contained in:
tangly1024
2023-06-11 20:33:41 +08:00
parent d5ba87be80
commit ed243d29ff

View File

@@ -341,4 +341,20 @@ a.avatar-wrapper {
column-count: 1;
column-gap: .5rem;
}
}
}
.notion-external-title {
@apply dark:text-white !important;
}
.notion-external-subtitle {
@apply dark:text-gray-400 !important;
}
.notion-external-block {
@apply dark:border-gray-200 !important;
}
.notion-external-image > svg > g > path{
@apply dark:fill-gray-200 !important;
}