rekt-theme/src/main/_page.scss

19 lines
411 B
SCSS
Raw Normal View History

2018-07-13 13:24:58 +00:00
@import 'page/meta_overlay_fix';
@import 'page/stations';
.page {
background: $icedream-bg-color;
color: $icedream-text-color;
// seems like above colors get overwritten again when .active is added
&.active {
background: $icedream-bg-color;
color: $icedream-text-color;
}
// apply theme font to all pages but chat page (monospace!)
&:not(#page_Chat) {
@include icedream-font;
}
}