ki-frontend/src/assets/variables.scss

19 lines
315 B
SCSS
Raw Normal View History

2021-09-19 12:55:33 +02:00
/*
* SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
2021-09-19 15:56:48 +02:00
$gray-100: #edefeb;
$gray-800: #344b5d;
2021-08-14 14:43:57 +02:00
$primary: #0790a9;
2021-09-19 15:56:48 +02:00
$dark: $gray-800;
$body-bg: $gray-100;
$link-decoration: none;
$link-hover-decoration: underline;
2021-09-21 23:56:17 +02:00
$spinner-animation-speed: 1s;