9 lines
112 B
CSS
9 lines
112 B
CSS
|
.tweet {
|
||
|
background-color: white;
|
||
|
margin-bottom: 12px;
|
||
|
}
|
||
|
|
||
|
.tweet.alternate {
|
||
|
background-color: #f6f6f6;
|
||
|
}
|