summaryrefslogtreecommitdiff
path: root/sass/light.scss
blob: be313e41ec3bb386eafdafa640cbc3035689828a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (C) 2021 Daniel Friesel
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

$bg  : #ffffff;
$bg05: #dddddd;
$bg1 : #cccccc;

$fg : #000000;
$fg1: #333333;
$fg2: #666666;
$fg3: #999999;

$link-color: #000099;

@import 'app.scss';