From 64fdeb188c5bb74983dd0b9ac474237dda475f6b Mon Sep 17 00:00:00 2001 From: amfiyong Date: Sun, 22 Aug 2021 02:57:43 +0800 Subject: [PATCH] fix --- metron/css/style/white/style.white.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metron/css/style/white/style.white.css b/metron/css/style/white/style.white.css index 3f56339..a0f4f44 100644 --- a/metron/css/style/white/style.white.css +++ b/metron/css/style/white/style.white.css @@ -36166,7 +36166,7 @@ button { .btn.btn-outline-primary { color: #3B5998; - background-color: #EEF0F8; + background-color: transparent; border-color: #3B5998; } .btn.btn-outline-primary i { color: #3B5998; }