Browse Source

Update style.css

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

9
css/style.css

@ -254,6 +254,15 @@ body {
background: #3399d4;
color: #fff; }
.button.boxed.blue.simple {
border: 1px solid #3399d4;
background: transparent;
color: #3399d4; }
.button.boxed.blue.simple:hover {
background: #3399d4;
color: #fff; }
.button.boxed.black {
border: 1px solid #333;
background: none;

Loading…
Cancel
Save