aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/scss/themes/material_light.scss
blob: 7ec58463ed41b0c2d94b824a3577d6f02fbbdba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$text: #000;
$accent_text: #fff;
$link: #3b5998;
$accent: #3b5998;
$background: #fafafa;
// this is actually the inverse of material light (bg should be gray, cards should be white),
// but it looks better than the alternative
$background2: rgba(darken($background, 8%), 0.35);

$bg_transparent: $background;

$card: #fff;
$tint: #ddd;

@import "../core/main";