forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 14:15:43 -06:00
parent ee84128363
commit d5ad4a98ff
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<h2 class="label text-black">Custom site CSS</h2>
<form id="profile-settings" action="/settings/css" method="post">
<input type="hidden" name="formkey" value="{{v.formkey}}">
<div class="rounded border border-gray-300 border-dashed bg-white w-full">
<div class="rounded border border-gray-300 dark:border-gray-900 bg-white dark:bg-white/[.05] shadow-inner w-full">
<textarea class="p-2 shadow-inner w-full" placeholder="i.e. .custom-class {...}" rows="24" name="css" form="profile-settings" maxlength="4000">{% if v.css %}{{v.csslazy}}{% endif %}</textarea>
</div>
<small class="block mt-2 text-gray-400">Limit of 4000 characters</small>
@ -29,7 +29,7 @@
<h2 class="label text-black">Custom profile CSS</h2>
<form id="profile-settings" action="/settings/profilecss" method="post">
<input type="hidden" name="formkey" value="{{v.formkey}}">
<div class="rounded border border-gray-300 border-dashed bg-white w-full">
<div class="rounded border border-gray-300 dark:border-gray-900 bg-white dark:bg-white/[.05] shadow-inner w-full">
<textarea class="p-2 shadow-inner w-full" id="bio-text" aria-label="With textarea" placeholder="i.e. .custom-avatar {...}" rows="24" name="profilecss" form="profile-settings" maxlength="4000">{% if v.profilecss %}{{v.profilecss}}{% endif %}</textarea>
</div>
<small class="block mt-2 text-gray-400">Limit of 4000 characters</small>