mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-08 15:48:41 +01:00
15 lines
230 B
CSS
15 lines
230 B
CSS
@define-color colorAccent #c92e34;
|
|
@define-color colorPrimary #35393c;
|
|
|
|
.header-counters{
|
|
background: rgba(0,0,0,.2);
|
|
}
|
|
|
|
.attachment{
|
|
background: rgba (255,255,255,.15);
|
|
}
|
|
|
|
.card{
|
|
background: rgba (255,255,255,.15);
|
|
}
|