mirror of https://github.com/status-im/consul.git
fix header fonts safari
This commit is contained in:
parent
eb85b6e839
commit
b3087808ab
|
@ -3,7 +3,7 @@
|
||||||
@import "bootstrap";
|
@import "bootstrap";
|
||||||
|
|
||||||
// Remote fonts
|
// Remote fonts
|
||||||
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Open+Sans:300,600");
|
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Open+Sans:300,400,600");
|
||||||
|
|
||||||
// Core variables and mixins
|
// Core variables and mixins
|
||||||
@import "_variables";
|
@import "_variables";
|
||||||
|
|
|
@ -10,8 +10,9 @@ $project-logo-pad-left: 0px;
|
||||||
|
|
||||||
// Mixins
|
// Mixins
|
||||||
@mixin project-a-style{
|
@mixin project-a-style{
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
opacity: .75;
|
opacity: .75;
|
||||||
|
@include anti-alias();
|
||||||
|
|
||||||
&:hover{
|
&:hover{
|
||||||
color: $white;
|
color: $white;
|
||||||
|
|
Loading…
Reference in New Issue