Skip to content

Commit

Permalink
fix/darkmode-git-color
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Jun 11, 2023
1 parent d5ba87b commit ed243d2
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit ed243d2

Please sign in to comment.