Skip to content

Commit d15023b

Browse files
fix: improve content element UID badge contrast in dark mode
1 parent c3d04f7 commit d15023b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Resources/Public/Css/FrontendEdit.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,10 @@
157157
font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;
158158
font-size: 11px;
159159
background: rgba(255, 255, 255, 0.15);
160+
color: inherit;
160161
padding: 1px 4px;
161162
border-radius: 3px;
163+
opacity: 0.75;
162164
}
163165

164166
.frontend-edit__toolbar-label svg {

0 commit comments

Comments
 (0)