mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-15 18:58:55 +01:00
9 lines
112 B
CSS
9 lines
112 B
CSS
.tweet {
|
|
background-color: white;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.tweet.alternate {
|
|
background-color: #f6f6f6;
|
|
}
|