mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-15 11:00:42 +01:00
13 lines
159 B
CSS
13 lines
159 B
CSS
.avatar {
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.attachment {
|
|
border-radius: 4px;
|
|
background: rgba (150, 150, 150, 0.2);
|
|
}
|
|
|
|
.highlight {
|
|
background: @theme_base_color;
|
|
}
|