Commit 6a37ec37 authored by Patrick H. Lauke's avatar Patrick H. Lauke

Port skiplink styling from v3 to v4

parent 1a6aad45
#skippy {
display: block;
padding: 1em;
color: #fff;
background-color: $bd-purple;
outline: 0;
.skiplink-text {
padding: .5em;
outline: 1px dotted;
}
}
...@@ -46,6 +46,7 @@ $bd-info: #5bc0de; ...@@ -46,6 +46,7 @@ $bd-info: #5bc0de;
@import "ads"; @import "ads";
@import "content"; @import "content";
@import "page-header"; @import "page-header";
@import "skiplink";
@import "sidebar"; @import "sidebar";
@import "footer"; @import "footer";
@import "component-examples"; @import "component-examples";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment