Skip to content

Commit

Permalink
fix: dark mode style + added new code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreesanth46 committed Apr 7, 2024
1 parent 95f285d commit 0685684
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,19 @@ html.dark {
border-radius: 14px;
border: 3px solid var(--primary);
}

@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@1,500&display=swap');

.shiki,
.shiki span {
font-family: 'DM Mono', monospace;
font-style: italic;
}

html.dark .shiki,
html.dark .shiki span {
color: var(--shiki-dark) !important;
font-family: 'DM Mono', monospace;
font-style: italic;
text-decoration: var(--shiki-dark-text-decoration) !important;
}

0 comments on commit 0685684

Please sign in to comment.