Add HTML comment note to user script authors
This commit is contained in:
parent
5450cfe638
commit
c04d071a7c
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,11 @@
|
||||||
/>
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<!--
|
||||||
|
✨ Hi!! Writing a user script? Our CSS class names aren't super stable, sorry.
|
||||||
|
Send me an email at matchu@openneo.net about what you're trying to do,
|
||||||
|
and I'll see if I can add hooks for you!
|
||||||
|
-->
|
||||||
<script>
|
<script>
|
||||||
// HACK: This is copy-pasted output from Chakra's <ColorModeScript />. It
|
// HACK: This is copy-pasted output from Chakra's <ColorModeScript />. It
|
||||||
// initializes our color mode to match the system color mode. The
|
// initializes our color mode to match the system color mode. The
|
||||||
|
|
Loading…
Reference in a new issue