From c25de4c60993b11e5230baccbab41153d8e2a2fc Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Wed, 13 Jun 2018 12:16:29 +0200 Subject: [PATCH] Added class for reproducible builds --- css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/style.css b/css/style.css index d1a39ff..deb8233 100755 --- a/css/style.css +++ b/css/style.css @@ -352,6 +352,9 @@ body { .button.enigmail::before { background: #0077bb; } +.button.reproduciblebuilds::before { + background: #1E5B96; } + .button.boxed.white { border: 1px solid #fff; background: none; @@ -419,6 +422,15 @@ body { color: #58595b; background: none; } +.button.boxed.reproduciblebuilds { + border: 1px solid #1E5B96; + background: none; + color: #1E5B96; } + +.button.boxed.reproduciblebuilds:hover { + color: #1E5B96; + background: none; } + .button.boxed.openlabs { border: 1px solid #2BBBB0; background: none;