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";
|
||||
|
||||
// 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
|
||||
@import "_variables";
|
||||
|
|
|
@ -193,7 +193,7 @@
|
|||
&:hover{
|
||||
@include transition(all 300ms ease-in);
|
||||
}
|
||||
}
|
||||
}
|
||||
.svg-bg-line{
|
||||
@include transition(all 300ms ease-in);
|
||||
|
||||
|
|
|
@ -10,8 +10,9 @@ $project-logo-pad-left: 0px;
|
|||
|
||||
// Mixins
|
||||
@mixin project-a-style{
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
opacity: .75;
|
||||
@include anti-alias();
|
||||
|
||||
&:hover{
|
||||
color: $white;
|
||||
|
|
Loading…
Reference in New Issue