1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-30 08:10:57 +02:00
keeweb/app/styles/themes/_flat-blue.scss

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