Tooth/data/app.css

13 lines
159 B
CSS
Raw Normal View History

2020-05-29 12:19:35 +00:00
.avatar {
border-radius: 4px;
2018-10-24 08:55:36 +00:00
}
2020-05-29 12:19:35 +00:00
.attachment {
border-radius: 4px;
background: rgba (150, 150, 150, 0.2);
2018-04-14 12:09:06 +00:00
}
2018-10-24 08:55:36 +00:00
2020-05-29 12:19:35 +00:00
.highlight {
background: @theme_base_color;
2018-05-09 15:59:58 +00:00
}