1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-24 07:36:40 +02:00
keeweb/app/styles/themes/_flat-blue.scss
2019-08-16 23:05:39 +02:00

17 lines
381 B
SCSS

$themes: map-merge(
$themes,
(
fb:
map-merge(
$theme-defaults,
(
background-color: #282c34,
medium-color: #abb2bf,
text-color: #d7dae0,
action-color: #528bff,
error-color: #c34034
)
)
)
);