You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nodebb/public/css/noscript.less

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);
}
}
}
}