mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 07:26:46 +00:00
fix/darkmode-git-color
This commit is contained in:
@@ -341,4 +341,20 @@ a.avatar-wrapper {
|
|||||||
column-count: 1;
|
column-count: 1;
|
||||||
column-gap: .5rem;
|
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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user