- .topic-list > tbody > tr:nth-child(odd) {
- background-color: var(--secondary);
- }
- .topic-list > tbody tr:not(.last-visit):not(.topic-list-item-separator) td {
- border-bottom: 1px solid var(--primary-low);
- }
- .topic-list a.title:not(.badge-notification) {
- color: #3b5998;
- font-weight: normal;
- font-family: "Helvetica Neue", Helvetica, Arial, Utkal, sans-serif;
- font-size: 18px;
- }
- .topic-list a.title:not(.badge-notification):hover {
- text-decoration: underline;
- }
- .topic-list .creator,