Skip to content

Commit 2edcb09

Browse files
committed
Add css for skip to main content
1 parent 74eb030 commit 2edcb09

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/styles/partials/layout.scss

+10
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,16 @@ header
183183
{
184184
}
185185

186+
.skip-to-main:focus, .skip-to-main:active {
187+
width: auto;
188+
height: auto;
189+
margin: auto;
190+
padding: auto;
191+
clip: auto;
192+
background-color: green;
193+
color: white;
194+
}
195+
186196
/* ***********************************************
187197
* NAV
188198
* **************/

0 commit comments

Comments
 (0)