1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

fix pdf download button background

This commit is contained in:
Matthias Kretschmann 2017-05-22 16:54:04 +02:00
parent ab2902e7b1
commit 224c25e6ae
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC

View File

@ -223,20 +223,19 @@
a {
display: block;
padding: ($spacer * 2) $spacer;
background: $brand-main-green;
background: $brand-main-blue;
color: #fff;
text-align: center;
box-shadow: none;
font-family: $btn-font-family;
color: $brand-main-blue-dark;
&:hover,
&:focus {
background: lighten($brand-main-green, 5%);
background: lighten($brand-main-blue, 5%);
}
&.link-back {
background: $brand-main-blue-dark;
color: #fff;
&:hover,
&:focus {