_sass/global.sass in slow-steps-0.4.1 vs _sass/global.sass in slow-steps-0.4.2

- old
+ new

@@ -237,12 +237,13 @@ animation: trans-in-right .6s ease-in-out // This is digusting! We need to tweak the actual html so we can readilly access these elements. .svg__labels--red & > svg > * > * - fill: $opd-coral - stroke: $opd-coral!important + fill: darken($opd-coral, 10) + & > svg > * > line + stroke: darken($opd-coral,10)!important $svg-text-offset: 60px @keyframes trans-in-left @@ -427,5 +428,14 @@ text-decoration: none color: lighten($opd-coral, 10) &:hover color: $opd-coral + + +.skip-link + margin: 0 + position: absolute + padding: 0 + width: 1px + height: 1px + overflow: hidden