Skip to content

Commit

Permalink
Add hints about removing chrome:// selectors (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto authored Oct 6, 2024
1 parent 5b3ff74 commit 3d4cc10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/create-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -80,4 +82,4 @@ body:
{
"uc.my-preference.enable-this": "Enable this feature for the theme",
"uc.my-preference.show-that": "Show that feature for the theme"
}
}

0 comments on commit 3d4cc10

Please sign in to comment.