From 71d483575ce6f94948ed4eab7924b8af6b960dcf Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 3 Jul 2018 12:45:42 +0200 Subject: [PATCH] Added styling for Thunderbird button --- css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/style.css b/css/style.css index 4650ecd..9305455 100755 --- a/css/style.css +++ b/css/style.css @@ -355,6 +355,9 @@ body { .button.reproduciblebuilds::before { background: #1E5B96; } +.button.thunderbird::before { + background: #0A84FF; } + .button.boxed.white { border: 1px solid #fff; background: none; @@ -431,6 +434,15 @@ body { color: #fff; background: #1E5B96; } +.button.boxed.thunderbird { + border: 1px solid #0A84FF; + background: none; + color: #0A84FF; } + +.button.boxed.thunderbird:hover { + color: #fff; + background: #0A84FF; } + .button.boxed.openlabs { border: 1px solid #2BBBB0; background: none;