1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00
keeweb/app/styles/themes/_light-brown.scss
2020-12-19 14:00:51 +01:00

27 lines
573 B
SCSS

$themes: map-merge(
$themes,
(
lb:
map-merge(
$theme-defaults,
(
background-color: #fcf0e8,
medium-color: #454040,
text-color: #342f2e,
action-color: #2c9957,
error-color: #fd6d67,
mute-percent: 50%
)
)
)
);
body.th-lb {
.list__item--active .blue-color {
color: #0051d2;
}
.list__item--active .green-color {
color: #77d644;
}
}