Browse Source

Added styling for blog button

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

12
css/style.css

@ -334,6 +334,9 @@ body {
.button.white::before {
background: #fff; }
.button.blog::before {
background: #74c0fc; }
.button.tor::before {
background: #7D4698; }
@ -397,6 +400,15 @@ body {
color: #fff;
background: #7D4698; }
.button.boxed.blog {
border: 1px solid #4dabf7;
background: none;
color: #4dabf7; }
.button.boxed.blog:hover {
color: #fff;
background: #4dabf7; }
.button.boxed.sfk {
border: 1px solid #000;
background: none;

Loading…
Cancel
Save