diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index 2dac087cf12..ec0cd4435a2 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -233,10 +233,10 @@ th.posts { position: relative; } - tbody tr:nth-child(odd) { + > tbody > tr:nth-child(odd) { background-color: darken($secondary, 3%); } - tbody tr:nth-child(even) { + > tbody > tr:nth-child(even) { background-color: $secondary; } th .toggle-admin {