1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00
keeweb/app/styles/themes/_white.scss
2019-08-16 23:05:39 +02:00

17 lines
381 B
SCSS

$themes: map-merge(
$themes,
(
wh:
map-merge(
$theme-defaults,
(
background-color: #fafafa,
medium-color: #050505,
text-color: #424243,
action-color: #475fd7,
error-color: #e75675
)
)
)
);