a686404ccd
* ui: Fix brand coloring for inline-code plus docs Also use --tones instead of --black/--white (#11601) Co-authored-by: Evan Rowe <ev.rowe@gmail.com>
10 lines
203 B
SCSS
10 lines
203 B
SCSS
%skip-links {
|
|
outline: 1px solid rgb(var(--tone-gray-000));
|
|
color: rgb(var(--tone-gray-000));
|
|
background-color: rgb(var(--tone-blue-500));
|
|
}
|
|
%skip-links button,
|
|
%skip-links a {
|
|
color: inherit;
|
|
}
|