mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-04 22:46:13 +01:00
17 lines
209 B
Plaintext
17 lines
209 B
Plaintext
|
#skippy {
|
||
|
display: block;
|
||
|
padding: 1em;
|
||
|
color: #fff;
|
||
|
background-color: #6f5499;
|
||
|
outline: 0;
|
||
|
}
|
||
|
|
||
|
#skippy .skiplink-text {
|
||
|
padding: .5em;
|
||
|
outline: 1px dotted;
|
||
|
}
|
||
|
|
||
|
#content:focus {
|
||
|
outline: none;
|
||
|
}
|