Tooth/data/app.css
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;
}