0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00
Bootstrap/docs/assets/less/skip-link.less

19 lines
247 B
Plaintext
Raw Normal View History

// stylelint-disable selector-max-id
2017-11-25 18:06:34 -08:00
2017-07-02 15:09:46 -07:00
#skippy {
display: block;
padding: 1em;
color: #fff;
background-color: #6f5499;
outline: 0;
}
#skippy .skiplink-text {
padding: .5em;
outline: 1px dotted;
}
#content:focus {
outline: none;
}