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