Browse Source

Fix for color

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

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

Loading…
Cancel
Save