mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-08 15:48:41 +01:00
15 lines
217 B
CSS
15 lines
217 B
CSS
@define-color colorAccent #9aa7c8;
|
|
@define-color colorPrimary #9aa7c8;
|
|
|
|
.header-counters{
|
|
background: rgba(255,255,255,.4);
|
|
}
|
|
|
|
.attachment{
|
|
background: rgba (255,255,255,.8);
|
|
}
|
|
|
|
.card{
|
|
background: #fff;
|
|
}
|