traxxx/assets/css/_theme.scss

19 lines
344 B
SCSS
Raw Normal View History

2019-10-29 00:47:16 +00:00
/* $primary: #ff886c; */
$breakpoint: 720px;
2019-10-29 00:47:16 +00:00
$primary: #ff6c88;
$background: #fff;
2019-11-14 00:18:19 +00:00
$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;