python-gallery/gallery/user/themes/default/variables/variables.scss
Michał a10a5a8793 Generate thumbnails on the fly with PIL
Removed the need of having 3 copies of an image
Fixes more Sass(y) stuff
2023-01-13 18:29:07 +00:00

18 lines
292 B
SCSS

$black100: #1a1a1a;
$black200: #151515;
$black300: #101010;
$black400: #0b0b0b;
$white100: #e8e3e3;
$red: #B66467;
$orange: #D8A657;
$yellow: #D9BC8C;
$green: #8C977D;
$blue: #8DA3B9;
$purple: #A988B0;
$rad: 3px;
$font-header: "Work Sans", sans-serif;
$font-body: "Work Sans", sans-serif;