1
0
mirror of https://gitlab.gnome.org/World/tootle synced 2025-02-13 01:50:37 +01:00

15 lines
230 B
CSS
Raw Normal View History

2018-05-31 15:13:21 +03:00
@define-color colorAccent #c92e34;
@define-color colorPrimary #35393c;
2018-05-21 00:37:33 +03:00
.header-counters{
2018-05-21 16:39:01 +03:00
background: rgba(0,0,0,.2);
2018-05-21 00:37:33 +03:00
}
.attachment{
2018-05-21 16:39:01 +03:00
background: rgba (255,255,255,.15);
2018-05-21 00:37:33 +03:00
}
.card{
background: rgba (255,255,255,.15);
}