paperless-ngx/src-ui/src/theme.scss

9 lines
142 B
SCSS
Raw Normal View History

2020-11-22 16:33:26 +01:00
$paperless-green: #17541f;
$primary: #17541f;
2020-12-13 14:10:55 +01:00
$primaryFaded: #d1ddd2;
2022-02-19 22:20:53 -08:00
$enable-negative-margins: true;
2020-11-22 16:33:26 +01:00
.bg-body {
background-color: #fff;
}