From 03425fc2c6572571b8657a31e98e7266ec8e031f Mon Sep 17 00:00:00 2001 From: Jason Streifling Date: Sun, 27 Oct 2024 13:58:03 +0100 Subject: [PATCH] Make action-btn and btn clicky --- web/static/css/input.css | 4 ++-- web/templates/current-issue.html | 2 +- web/templates/editor.html | 2 +- web/templates/first-user.html | 3 +-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/web/static/css/input.css b/web/static/css/input.css index bf22ed8..b7778b5 100644 --- a/web/static/css/input.css +++ b/web/static/css/input.css @@ -32,11 +32,11 @@ textarea { } .btn { - @apply bg-slate-200 dark:bg-slate-800 hover:bg-slate-100 dark:hover:bg-slate-900 border border-slate-200 dark:border-slate-800 my-2 px-3 py-2 rounded-md w-full; + @apply bg-slate-200 dark:bg-slate-800 hover:bg-slate-100 dark:hover:bg-slate-900 border border-slate-200 dark:border-slate-800 cursor-pointer my-2 px-3 py-2 rounded-md w-full; } .action-btn { - @apply bg-slate-800 dark:bg-slate-200 hover:bg-slate-700 dark:hover:bg-slate-300 my-2 px-3 py-2 rounded-md text-slate-50 dark:text-slate-950 w-full; + @apply bg-slate-800 dark:bg-slate-200 hover:bg-slate-700 dark:hover:bg-slate-300 cursor-pointer my-2 px-3 py-2 rounded-md text-slate-50 dark:text-slate-950 w-full; } .EasyMDEContainer .CodeMirror { diff --git a/web/templates/current-issue.html b/web/templates/current-issue.html index 1f4f80c..0c570de 100644 --- a/web/templates/current-issue.html +++ b/web/templates/current-issue.html @@ -13,7 +13,7 @@
- +
diff --git a/web/templates/editor.html b/web/templates/editor.html index b85dd41..5d27fa0 100644 --- a/web/templates/editor.html +++ b/web/templates/editor.html @@ -15,7 +15,7 @@
- +
diff --git a/web/templates/first-user.html b/web/templates/first-user.html index 4831341..4fb84f2 100644 --- a/web/templates/first-user.html +++ b/web/templates/first-user.html @@ -26,8 +26,7 @@
- +
{{end}}