forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-18 23:17:47 -06:00
parent 5e7701c763
commit 82f12e0937
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
--color-200: 235,233,229;
--color-300: 219,218,209;
--color-400: 155,175,161;
--color-500: 175,171,155;
--color-500: 148,144,129;
--color-600: 99,96,77;
--color-700: 82,76,55;
--color-800: 55,52,31;

View File

@ -46,7 +46,7 @@
<a href="/formatting" target="_blank" class="inline-block text-sm text-gray-600">
Formatting help
</a>
<button type="button" id="save-reply-to-{{p.fullname}}" form="reply-to-{{p.fullname}}" class="ml-auto block px-4 py-2 bg-gradient-to-t from-red-800 to-red-700 hover:from-red-700 hover:to-red-800 active:shadow-inner border border-red-900 rounded-md text-shadow-t shadow-inset-t-white-10 text-sm font-bold text-gray-100 focus:text-gray-300 focus:outline-none" onclick="post_comment('{{p.fullname}}', '{{p.id}}')">
<button type="button" id="save-reply-to-{{p.fullname}}" form="reply-to-{{p.fullname}}" class="ml-auto btn btn-primary" onclick="post_comment('{{p.fullname}}', '{{p.id}}')">
Comment
</button>
</div>