Skip to content

Commit

Permalink
Merge pull request #1423 from mfts/fix/notion-style
Browse files Browse the repository at this point in the history
fix: add style for divider component and adjust dark mode
  • Loading branch information
mfts authored Dec 22, 2024
2 parents 85eaf0f + 1fb52d5 commit 109770e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/custom-notion-styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.dark-mode {
--bg-color: rgb(25, 25, 25);
}

.notion-simple-table {
width: 100%;
}
Expand All @@ -6,6 +10,10 @@
vertical-align: top;
}

.notion-hr {
border-top: 1px solid var(--fg-color-0);
}

.notion-link {
display: inline-flex;
opacity: 1;
Expand Down

0 comments on commit 109770e

Please sign in to comment.