Merge pull request #102 from Retrospring/bugfix/links-inbox
This commit is contained in:
commit
2dfd7824e7
|
@ -6,6 +6,10 @@
|
|||
background-color: var(--primary);
|
||||
color: RGB(var(--primary-text));
|
||||
|
||||
a {
|
||||
color: RGB(var(--primary-text));
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: RGBA(var(--primary-text), 0.8) !important;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.card.inbox-box{class: i.new? ? 'inbox-entry--new' : '', data: { id: i.id }}
|
||||
.card.inbox-entry{class: i.new? ? 'inbox-entry--new' : '', data: { id: i.id }}
|
||||
.card-header
|
||||
.media
|
||||
- unless i.question.author_is_anonymous
|
||||
|
|
Loading…
Reference in New Issue