mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-04 10:30:37 +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;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: #ee3e34;
|
background: #ff6947;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
.mentioned:before {
|
.mentioned:before {
|
||||||
content: "@";
|
content: "@";
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
background: #ff6947;
|
background: #ee3e34;
|
||||||
}
|
}
|
||||||
.tool-tip {
|
.tool-tip {
|
||||||
color: white;
|
color: white;
|
||||||
|
|
|
||||||
|
|
@ -138,12 +138,12 @@ export default {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: #ee3e34;
|
background: #ff6947;
|
||||||
}
|
}
|
||||||
.mentioned:after {
|
.mentioned:after {
|
||||||
content: "@";
|
content: "@";
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
background: #ff6947;
|
background: #ee3e34;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue