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

View file

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