Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ p a,
}

.prose p code,
li code {
li code,
td code {
@apply bg-gray-200 text-gray-700 dark:bg-gray-600 dark:text-white;
}

ol a {
@apply hover:text-blue-500 dark:hover:text-blue-400;
}
hr {
@apply border-gray-300 dark:border-gray-700;
}
Expand Down