Skip to content

Commit

Permalink
fix code blocks inside tasks-styled
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminezequiel committed Jan 11, 2025
1 parent 11d8ef1 commit de9e07c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/tasks-plugin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
border-radius: 8px;
padding: 6px;

code {
height: fit-content;
padding: 0.1em 0.25em;
}

li:has(input[type=checkbox]:hover) {
background-color: var(--gray-100);
}
Expand Down
4 changes: 4 additions & 0 deletions theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de9e07c

Please sign in to comment.