Browse Source

Update style.css

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

9
css/style.css

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

Loading…
Cancel
Save