mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-08 16:06:03 +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;
|
|
}
|