blob: 2a7991801dcee44c4cd85790b025f6b3a9c806cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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;
|