mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add hints about removing chrome:// selectors (#531)
This commit is contained in:
parent
5b3ff74108
commit
3d4cc101ba
1 changed files with 3 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/create-theme.yml
vendored
2
.github/ISSUE_TEMPLATE/create-theme.yml
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue