forked from DebaucheryLibrarian/traxxx
21 lines
387 B
SCSS
21 lines
387 B
SCSS
/* $primary: #ff886c; */
|
|
$breakpoint: 720px;
|
|
$breakpoint2: 900px;
|
|
$breakpoint3: 1200px;
|
|
$primary: #ff6c88;
|
|
|
|
$background: #fff;
|
|
$background-dim: #fafafa;
|
|
$text: #222;
|
|
$text-contrast: #fff;
|
|
|
|
$shadow: rgba(0, 0, 0, .5);
|
|
$shadow-strong: rgba(0, 0, 0, .7);
|
|
$shadow-weak: rgba(0, 0, 0, .2);
|
|
$shadow-hint: rgba(0, 0, 0, .1);
|
|
|
|
$highlight: rgba(255, 255, 255, .5);
|
|
$link: #cc4466;
|
|
|
|
$empty: #222;
|