Skip to content

Commit 6cec9c8

Browse files
authored
Update userscript.css
1 parent bf059c5 commit 6cec9c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/addons/addons/editor-colored-context-menus/userscript.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
border-top-color: var(--sa-contextmenu-border) !important;
1212
}
1313
.sa-contextmenu-colored .blocklyContextMenu .goog-menuitem .goog-menuitem-content {
14-
color: white;
14+
color: var(--sa-contextmenu-text, #fff);
1515
}
16+

0 commit comments

Comments
 (0)