From 489463475ac9f568c29be57ebc99a95642fb545f Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 29 Jul 2020 14:16:42 -0500 Subject: [PATCH] Button styles --- themes/lyte/static/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/lyte/static/styles.css b/themes/lyte/static/styles.css index e4c3170..0cf98f2 100644 --- a/themes/lyte/static/styles.css +++ b/themes/lyte/static/styles.css @@ -194,13 +194,14 @@ input:hover, textarea:hover { } button, input[type=submit] { - background: #a1efe4; + background: #fff; color: #000; cursor: pointer; } +button:focus, input[type=submit]:focus, button:hover, input[type=submit]:hover { - background: #66d9ef; + background: #ccc; } ul, ol {