mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 00:52:59 +01:00
17 lines
209 B
SCSS
17 lines
209 B
SCSS
|
|
$body-bg: #222222;
|
|
$dark: #292929;
|
|
$secondary: #343a40;
|
|
$accent: #b58e51;
|
|
|
|
@import "../node_modules/bootstrap/scss/bootstrap";
|
|
|
|
|
|
.bg-accent{
|
|
background-color: $accent;
|
|
}
|
|
.text-accent{
|
|
color: $accent;
|
|
}
|
|
|