angular-docs-cn/aio/src/styles/2-modules/_deploy-theme.scss
George Kalpakas 2a518fb44c refactor(docs-infra): use Sass variables for colors used in themes (#40944)
This change has been extracted from #36045.

NOTE:
The color names for the RC theme were computed using
https://www.color-blindness.com/color-name-hue.

Co-authored-by: Stefanie Fluin <sjtrimble@gmail.com>

PR Close #40944
2021-02-26 15:39:28 -08:00

12 lines
232 B
SCSS

aio-shell.mode-archive {
@include deploy-theme($blue-grey-900, $blue-grey-400);
}
aio-shell.mode-next {
@include deploy-theme($brightred, $darkred);
}
aio-shell.mode-rc {
@include deploy-theme($tangerine, $darkgoldenrod);
}