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

17 lines
381 B
SCSS

$themes: map-merge(
$themes,
(
db:
map-merge(
$theme-defaults,
(
background-color: #342f2e,
medium-color: #fed9d8,
text-color: #ffeae9,
action-color: #2c9957,
error-color: #fd6d67
)
)
)
);