Skip to content

Commit d7230e0

Browse files
authored
fix: use correct background color for Lumo code blocks (#9925)
1 parent f026829 commit d7230e0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
81 Bytes
Loading

packages/vaadin-lumo-styles/src/components/rich-text-editor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@
434434

435435
code,
436436
pre {
437-
background-color: #f0f0f0;
437+
background-color: var(--lumo-contrast-10pct);
438438
}
439439

440440
pre {

0 commit comments

Comments
 (0)