hedgedoc/frontend/global-styles/variables.light.scss

17 lines
347 B
SCSS
Raw Normal View History

/*
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
$blue: #337ab7 !default;
$cyan: #5EB7E0 !default;
$dark: #222222 !default;
2020-09-13 12:04:02 -04:00
@import "~bootstrap/scss/functions";
@import "~bootstrap/scss/mixins";
@import "~bootstrap/scss/variables";
2020-09-13 12:04:02 -04:00
$toast-background-color: $white;