[etherpad-web/theme] Small Hot Fixes



commit b5152f45437e22d2f1948f9b441f1906f18b27d1
Author: Claudio Wunder <cwunder gnome org>
Date:   Sun May 24 20:03:30 2020 +0200

    Small Hot Fixes

 index.css                  | 2 +-
 src/components/buttons.css | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/index.css b/index.css
index c076c89..1ce0f4f 100644
--- a/index.css
+++ b/index.css
@@ -76,7 +76,7 @@ button[type=submit] {
 button[type=submit]:hover {
   cursor: pointer;
   background: #4a5d5c;
-  color: #64d29b;
+  color: #99c1e4ff;
 }
 
 #padname {
diff --git a/src/components/buttons.css b/src/components/buttons.css
index ffbbd95..6e87187 100644
--- a/src/components/buttons.css
+++ b/src/components/buttons.css
@@ -17,7 +17,6 @@ button, .btn
   background-color: #2b84e4ff;
   background-color: var(--primary-color);
   color: #ffffff;
-  color: var(--bg-color);
 }
 
 .btn-default {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]