Add hints about removing chrome:// selectors (#531)

This commit is contained in:
Shaan 2024-10-06 22:21:17 +06:00 committed by GitHub
parent 5b3ff74108
commit 3d4cc101ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,8 +47,10 @@ body:
attributes:
label: Theme Styles
render: css
description: The CSS styles for the theme. If the theme is a color theme, the styles should be a JSON object with the color values.
placeholder: |
/* Remember to strip @-moz-document url-prefix('chrome://') {... */
body {
background-color: white;
color: black;