mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 23:15:48 +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);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|