diff options
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/stylesheets/overrides.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/stylesheets/overrides.css b/app/javascript/stylesheets/overrides.css index 1b5d5de..5f13d93 100644 --- a/app/javascript/stylesheets/overrides.css +++ b/app/javascript/stylesheets/overrides.css @@ -21,7 +21,7 @@ input:focus { } button, [type="button"], [type="reset"], [type="submit"] { - @apply py-1 px-2 cursor-pointer transition duration-100; + @apply py-1 px-2 cursor-pointer transition duration-100 text-display; } button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover { @apply bg-gray-700 transition duration-100; |