mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-31 02:12:13 +02:00
Fix profile links on new inbox entries being not visible
This commit is contained in:
parent
af514aa564
commit
937f24839d
2 changed files with 5 additions and 1 deletions
app
|
@ -6,6 +6,10 @@
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
color: RGB(var(--primary-text));
|
color: RGB(var(--primary-text));
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: RGB(var(--primary-text));
|
||||||
|
}
|
||||||
|
|
||||||
.text-muted {
|
.text-muted {
|
||||||
color: RGBA(var(--primary-text), 0.8) !important;
|
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
|
.card-header
|
||||||
.media
|
.media
|
||||||
- unless i.question.author_is_anonymous
|
- unless i.question.author_is_anonymous
|
||||||
|
|
Loading…
Reference in a new issue