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