mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 19:51:01 +08:00
Fix comment-counter 'seen' badge color [SCI-9190]
This commit is contained in:
parent
1421de018a
commit
9e3b6328a4
1 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@
|
|||
|
||||
.comments-counter {
|
||||
align-items: center;
|
||||
background: var(--sn-science-blue);
|
||||
background: var(--sn-grey);
|
||||
border-radius: .5rem;
|
||||
color: $color-white;
|
||||
display: flex;
|
||||
|
@ -139,7 +139,7 @@
|
|||
top: 0;
|
||||
|
||||
&.unseen {
|
||||
background-color: $brand-complementary;
|
||||
background-color: var(--sn-science-blue);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue