mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 15:35:47 +01:00
15 lines
189 B
Plaintext
15 lines
189 B
Plaintext
@import "mixins";
|
|
|
|
noscript {
|
|
.posts {
|
|
li {
|
|
list-style-type: none;
|
|
padding: 1em;
|
|
margin-bottom: 1em;
|
|
|
|
&:nth-child(even) {
|
|
background: rgba(192,192,192,0.2);
|
|
}
|
|
}
|
|
}
|
|
} |