Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
12 additions and
0 deletions
-
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; |
|
|
|