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

Port skiplink styling from v3 to v4

parent 1a6aad45
Showing with 13 additions and 0 deletions
+13 -0
#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;
@import "ads";
@import "content";
@import "page-header";
@import "skiplink";
@import "sidebar";
@import "footer";
@import "component-examples";
......
Supports Markdown
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