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

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

@import "../core/main";