Files
fxl.codes.kisekae/Styles/main.scss
T
2021-10-02 15:18:07 -06:00

23 lines
355 B
SCSS

$fxl-gray: #263238;
$fxl-orange: #ff6e40;
@use "@material/theme" with (
$primary: $fxl-orange,
$on-primary: $fxl-gray
);
@use "@material/icon-button";
@use "@material/top-app-bar/mdc-top-app-bar";
@use "@material/typography/mdc-typography";
html, body {
height: 100vh;
margin: 0;
padding: 0;
}
body {
footer {
font-size: smaller;
}
}