aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/themes/material_light.scss
blob: b0a16757d41e1718b802cf46f5dfe776be301896 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$text: #000;
$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";