mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 15:26:48 +00:00
b84ee47ff0
* 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>
7 lines
160 B
SCSS
7 lines
160 B
SCSS
table div.with-confirmation.confirming {
|
|
background-color: rgb(var(--tone-gray-000));
|
|
}
|
|
%confirmation-dialog-inline p {
|
|
color: rgb(var(--tone-gray-400));
|
|
}
|