web-apps/vendor/bootstrap/docs/assets/less/skip-link.less
2021-07-14 18:13:38 +03:00

19 lines
247 B
Plaintext

// stylelint-disable selector-max-id
#skippy {
display: block;
padding: 1em;
color: #fff;
background-color: #6f5499;
outline: 0;
}
#skippy .skiplink-text {
padding: .5em;
outline: 1px dotted;
}
#content:focus {
outline: none;
}