Tooth/data/dark.css

15 lines
230 B
CSS
Raw Normal View History

2018-05-20 21:37:33 +00:00
@define-color colorAccent #9aa7c8;
@define-color colorPrimary #333542;
.header-counters{
2018-05-21 13:39:01 +00:00
background: rgba(0,0,0,.2);
2018-05-20 21:37:33 +00:00
}
.attachment{
2018-05-21 13:39:01 +00:00
background: rgba (255,255,255,.15);
2018-05-20 21:37:33 +00:00
}
.card{
background: rgba (255,255,255,.15);
}