swapped colors around

This commit is contained in:
supertiger1234 2020-02-12 21:06:48 +00:00
parent c1509654d8
commit 69001851ad
2 changed files with 4 additions and 4 deletions

View file

@ -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;

View file

@ -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>