Skip to content

Commit 778e9f8

Browse files
committed
fix: in dark ui, syntax highlighting in masonry tile has low contrast
Signed-off-by: Nick Mitchell <[email protected]>
1 parent bb1696a commit 778e9f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pdl-live-react/src/view/code/PreviewLight.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
padding: 1em !important;
33
font-size: 0.875em;
44
}
5-
65
.pf-v6-theme-dark .pdl-preview-light {
7-
background-color: #1f1f1f85 !important;
6+
background-color: #01172799 !important;
87
border: 1px solid #29292980;
98
}

0 commit comments

Comments
 (0)