more readable icons

This commit is contained in:
ThatOneCalculator 2022-07-27 11:21:25 -07:00
parent b36bb813c1
commit 12c030af02

View file

@ -214,7 +214,7 @@ useTooltip(reactionRef, (showing) => {
}
> * {
color: #e0def4;
color: #fff;
width: 100%;
height: 100%;
}
@ -227,13 +227,13 @@ useTooltip(reactionRef, (showing) => {
&.renote {
padding: 3px;
background: #9ccfd8;
background: #31748f;
pointer-events: none;
}
&.quote {
padding: 3px;
background: #9ccfd8;
background: #31748f;
pointer-events: none;
}