From 6672e96fde167d9ff44a23dc04372e54e84cc143 Mon Sep 17 00:00:00 2001 From: Yaacov Date: Sat, 17 Aug 2024 22:34:35 +0200 Subject: [PATCH] Fix style: code background color So you can see it in dark mode --- confiture-web-app/src/styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confiture-web-app/src/styles/main.css b/confiture-web-app/src/styles/main.css index 5b5f2dd8..4d8b84a2 100644 --- a/confiture-web-app/src/styles/main.css +++ b/confiture-web-app/src/styles/main.css @@ -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 {