From e07ffd667dbf53d03c72b093adf8699e47a79e27 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sat, 21 Apr 2018 20:16:42 +0200 Subject: [PATCH] Fix for color --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index 119dc06..49defb3 100755 --- a/css/style.css +++ b/css/style.css @@ -306,6 +306,9 @@ body { .button.openchain::before { background: #00adbb; } +.button.enigmail::before { + background: #0077bb; } + .button.boxed.white { border: 1px solid #fff; background: none;