1
0
mirror of https://gitlab.gnome.org/World/tootle synced 2025-02-15 11:00:42 +01:00
2020-05-29 15:19:35 +03:00

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;
}