Skip to content

Commit

Permalink
Fix style: code background color
Browse files Browse the repository at this point in the history
So you can see it in dark mode
  • Loading branch information
yaaax committed Aug 17, 2024
1 parent 5dee6e3 commit 6672e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confiture-web-app/src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ from DSFR links with `target="_blank"` */
}
.tiptap pre,
.tiptap code {
background-color: var(--background-alt-grey);
background-color: var(--background-contrast-grey);
border-radius: 0.25rem;
}
.tiptap blockquote:before {
Expand Down

0 comments on commit 6672e96

Please sign in to comment.