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
2020-12-01 19:28:07 +01:00

23 lines
465 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
)
)
)
);
body.th-fb {
.list__item--active .blue-color {
color: #98bfff;
}
}