From 50da0231cfc3f7407d4151ea476371f661c3fed0 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 6 Jun 2021 00:56:48 -0400 Subject: Use display font for buttons --- app/javascript/stylesheets/overrides.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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; -- cgit v1.2.3