You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sandkasten-web/src/styles.scss

19 lines
287 B

@import 'codemirror/lib/codemirror.css';
@import 'codemirror/theme/material.css';
//region Colors
$color-purple: #605FFC;
$color-white: #FFFFFF;
$color-black: #000000;
$color-light-black: #333333;
//endregion
* {
font-family: Roboto, Helvetica, sans-serif;
}
body {
margin: 0;
}