mirror of https://github.com/status-im/consul.git
10 lines
130 B
SCSS
10 lines
130 B
SCSS
|
%skip-links {
|
||
|
outline: 1px solid $white;
|
||
|
color: $white;
|
||
|
background-color: $blue-500;
|
||
|
}
|
||
|
%skip-links a {
|
||
|
color: inherit;
|
||
|
}
|
||
|
|