ds4/scss/utils/_colors.scss

17 lines
341 B
SCSS
Raw Normal View History

2021-06-26 22:02:00 +02:00
/*
* SPDX-FileCopyrightText: 2021 Johannes Loher
* SPDX-FileCopyrightText: 2021 Gesina Schwalbe
*
* SPDX-License-Identifier: MIT
*/
2020-10-29 16:18:38 +01:00
$c-white: #fff;
2020-10-29 18:49:51 +01:00
$c-black: #000;
2020-12-23 17:09:02 +01:00
$c-light-grey: #777;
$c-border-groove: #eeede0;
$c-invalid-input: rgba(lightcoral, 50%);
$c-coup: #18520b;
$c-coup-bg: #acc2a7;
$c-fumble: #aa0200;
$c-fumble-bg: #d8b5ba;