mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-15 12:04:24 +00:00
16 lines
422 B
SCSS
16 lines
422 B
SCSS
// @use '@carbon/react/scss/themes';
|
|
// @use '@carbon/react/scss/theme' with ($theme: themes.$g100);
|
|
@use '@carbon/react';
|
|
@use '@carbon/styles';
|
|
// @include grid.flex-grid();
|
|
|
|
// @use '@carbon/react/scss/colors';
|
|
|
|
// site is mainly using white theme.
|
|
// header is mainly using g100
|
|
// mockup wanted white, not grey, text
|
|
.cds--header, a.cds--header__menu-item {
|
|
// background-color: colors.$gray-100;
|
|
color: white;
|
|
}
|