aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/themes/material_light.scss
blob: 9865c0450eb3085f1742a56032a389292c6887ac (plain)
1
2
3
4
5
6
7
8
9
10
$text: #000;
$link: #111;
$accent: #3b5998;
$background: #fff;
// 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, 35%), 0.35) !default;
$bg_transparent: $background;

@import "../core/main";