mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-18 07:01:58 +08:00
8 lines
167 B
SCSS
8 lines
167 B
SCSS
@import 'constants';
|
|
|
|
body {
|
|
background-color: $color-concrete;
|
|
color: $color-emperor;
|
|
font-family: "Open Sans",Arial,Helvetica,sans-serif;
|
|
font-size: 13px;
|
|
}
|