improve default custom css dialog

This commit is contained in:
Ruben 2024-09-30 15:25:00 -05:00
commit 62803f58cf
No known key found for this signature in database

View file

@ -328,9 +328,15 @@
<p aria-hidden="true" class="term-input"><span class="folder"><i class="ph-fill ph-folder-simple" style="margin-right: -8px;"></i> ~/css</span> <span class="status"></span> <span style="padding-left:11px;">./custom-css</span></p>
<h2><a href="#css">custom css</a></h2>
<p>use the below text area to add or modify the css on this website live! <small>might be a little jank, can't control that.</small></p>
<style contenteditable>
<style contenteditable>/* NOTE: when adding your own css, it must be all in one line.
remove the asterisk-slashes combos below to modify this preset! */
/* * {
font-family: ;
margin: ;
padding: ;
border-radius: ;
} */