mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-18 15:13:21 +08:00
9 lines
167 B
SCSS
9 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;
|
||
|
}
|