Skip to content

Commit b9a24e0

Browse files
committed
Fix style: code background color
So you can see it in dark mode
1 parent 5dee6e3 commit b9a24e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

confiture-web-app/src/styles/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ from DSFR links with `target="_blank"` */
8080
}
8181
.tiptap pre,
8282
.tiptap code {
83-
background-color: var(--background-alt-grey);
83+
background-color: var(--background-contrast-grey);
8484
border-radius: 0.25rem;
8585
}
8686
.tiptap blockquote:before {

0 commit comments

Comments
 (0)