mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-17 05:21:07 +00:00
swapped colors around
This commit is contained in:
parent
c1509654d8
commit
69001851ad
2 changed files with 4 additions and 4 deletions
|
|
@ -309,14 +309,14 @@ export default {
|
|||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 50%;
|
||||
background: #ee3e34;
|
||||
background: #ff6947;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.mentioned:before {
|
||||
content: "@";
|
||||
margin-bottom: 10px;
|
||||
font-size: 13px;
|
||||
background: #ff6947;
|
||||
background: #ee3e34;
|
||||
}
|
||||
.tool-tip {
|
||||
color: white;
|
||||
|
|
|
|||
|
|
@ -138,12 +138,12 @@ export default {
|
|||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 50%;
|
||||
background: #ee3e34;
|
||||
background: #ff6947;
|
||||
}
|
||||
.mentioned:after {
|
||||
content: "@";
|
||||
margin-bottom: 10px;
|
||||
font-size: 13px;
|
||||
background: #ff6947;
|
||||
background: #ee3e34;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue