diff --git a/website/source/assets/stylesheets/_global.scss b/website/source/assets/stylesheets/_global.scss index cd22520f9..bb23866d3 100755 --- a/website/source/assets/stylesheets/_global.scss +++ b/website/source/assets/stylesheets/_global.scss @@ -8,7 +8,7 @@ }*/ body { - -webkit-font-smoothing: subpixel-antialiased; + -webkit-font-smoothing: antialiased; color: $black; background-color: $white; font-size: 15px; diff --git a/website/source/assets/stylesheets/_header.scss b/website/source/assets/stylesheets/_header.scss index e25a03a46..e03547f24 100755 --- a/website/source/assets/stylesheets/_header.scss +++ b/website/source/assets/stylesheets/_header.scss @@ -35,7 +35,7 @@ border: 1px solid $black; border-radius: 0; } - } + } } @@ -83,7 +83,7 @@ li > a { color: $gray; font-size: 14px; - font-weight: 300; + font-weight: 400; padding: 4px 20px; @include transition( color 0.3s ease ); } @@ -94,7 +94,7 @@ background-color: transparent; color: $black; @include transition( color 0.3s ease ); - } + } } @media (min-width: 992px) { diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index 725bcdbc9..1850c22a7 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -72,7 +72,7 @@ &:nth-child(9){ opacity: 1; - } + } &:nth-child(10){ opacity: 1; @@ -97,9 +97,9 @@ animation-duration: 600ms; -webkit-animation-duration: 600ms; - animation-timing-function: ease; + animation-timing-function: ease; -webkit-animation-timing-function: ease; - } + } } } } @@ -173,10 +173,10 @@ background: image-url('../images/graphic-audit.png') 0 0 no-repeat; @include img-retina("../images/graphic-audit.png", "../images/graphic-audit@2x.png", 491px, 129px); } - } + } .graphic{ - display: inline-block; + display: inline-block; } h3{ @@ -242,7 +242,7 @@ outline: 0; } } - } + } } #demos{ @@ -368,7 +368,7 @@ background-color: transparent; overflow:auto; font-weight: 500; - -webkit-font-smoothing: subpixel-antialiased; + -webkit-font-smoothing: antialiased; .txt-spe { color: lighten($blue, 5%); @@ -526,9 +526,9 @@ background: image-url('../images/graphic-audit.png') center 0 no-repeat; @include img-retina("../images/graphic-audit.png", "../images/graphic-audit@2x.png", 320px, 84px); } - } + } } - } + } .feature-footer{ text-align: center; @@ -569,7 +569,7 @@ background: image-url('../images/graphic-audit.png') center 0 no-repeat; @include img-retina("../images/graphic-audit.png", "../images/graphic-audit@2x.png", 290px, 76px); } - } + } } } diff --git a/website/source/assets/stylesheets/_utilities.scss b/website/source/assets/stylesheets/_utilities.scss index aa223bfff..ba7b7d83f 100755 --- a/website/source/assets/stylesheets/_utilities.scss +++ b/website/source/assets/stylesheets/_utilities.scss @@ -55,16 +55,16 @@ margin: 0 15px; padding: 0; line-height: 26px; - color: $black; + color: #2E2E2E; font-size: 14px; - font-weight: 300; - @include transition( color 0.3s ease ); - + font-weight: 400; + @include transition( color 0.3s ease ); + &:hover{ color: $blue; @include transition( color 0.3s ease ); background-color: transparent; - } + } } @mixin bez-1-transition{ @@ -75,10 +75,10 @@ @keyframes press { 0% { opacity: 1; - } + } 50% { opacity: .55 - } + } 100% { opacity: 1; } @@ -87,11 +87,11 @@ @-webkit-keyframes press { 0% { opacity: 1; - } + } 50% { opacity: .55 - } + } 100% { opacity: 1; - } -} \ No newline at end of file + } +}