1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-28 07:50:55 +02:00
keeweb/app/styles/themes/_flat-blue.scss

17 lines
381 B
SCSS
Raw Normal View History

2019-08-16 23:05:39 +02:00
$themes: map-merge(
$themes,
(
fb:
map-merge(
$theme-defaults,
(
background-color: #282c34,
medium-color: #abb2bf,
text-color: #d7dae0,
action-color: #528bff,
error-color: #c34034
)
)
)
);