blob: 60e5094b5c2a51778fa547748dec0456442af446 (
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.2) !default;
$bg_transparent: $background;
@import "../core/main";
|