Browse Source

Added class for reproducible builds

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
c25de4c609
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      css/style.css

12
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;

Loading…
Cancel
Save