2021-12-25 15:44:24 +00:00
|
|
|
/*
|
2021-01-06 20:37:59 +00:00
|
|
|
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
2020-11-22 20:50:07 +00:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
*/
|
|
|
|
|
2021-02-03 21:13:04 +00:00
|
|
|
$blue: #337ab7 !default;
|
|
|
|
$cyan: #5EB7E0 !default;
|
2021-02-08 14:03:11 +00:00
|
|
|
$dark: #222222 !default;
|
2020-09-13 16:04:02 +00:00
|
|
|
|
2021-12-25 15:44:24 +00:00
|
|
|
@import "~bootstrap/scss/functions";
|
|
|
|
@import "~bootstrap/scss/mixins";
|
|
|
|
@import "~bootstrap/scss/variables";
|
2020-09-13 16:04:02 +00:00
|
|
|
|
2021-03-11 19:51:11 +00:00
|
|
|
$toast-background-color: $white;
|
|
|
|
|