mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
BUGFIX: link colors on topic lists
This commit is contained in:
parent
db863c7d67
commit
00cc33c110
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,9 @@
|
|||
.fa-thumb-tack {color: $primary;}
|
||||
.fa-thumb-tack.unpinned {color: $primary;}
|
||||
|
||||
a.title {color: $primary;}
|
||||
a.title:visited:not(.badge-notification) {color: scale-color($primary, $lightness: 35%);}
|
||||
|
||||
> tbody > tr {
|
||||
&:nth-child(even) {
|
||||
background-color: darken($secondary, 3%);
|
||||
|
@ -227,6 +230,9 @@
|
|||
}
|
||||
|
||||
#topic-list.categories {
|
||||
a.title {color: $tertiary;}
|
||||
a.title:visited:not(.badge-notification) {color: scale-color($tertiary, $lightness: 35%);}
|
||||
|
||||
th.posts {
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue