This repository has been archived on 2026-05-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
PolyNotFound/src/styles.scss

19 lines
376 B
SCSS

@import "~@angular/material/prebuilt-themes/indigo-pink.css";
--root {
--dark-color: #f0f0f0;
}
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
.lightTheme {
background-color: white;
font-color: black;
border-color: black;
}
.darkTheme {
background-color: #323232;
font-color: white;
border-color: white;
}