mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
12 lines
153 B
SCSS
12 lines
153 B
SCSS
$paperless-green: #17541f;
|
|
$primary: #17541f;
|
|
$primaryFaded: #d1ddd2;
|
|
|
|
$theme-colors: (
|
|
"primary": $primary
|
|
);
|
|
|
|
.bg-body {
|
|
background-color: #fff;
|
|
}
|