mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 20:07:33 -07:00
more readable icons
This commit is contained in:
parent
7fb6383e53
commit
7c0a893086
1 changed files with 3 additions and 3 deletions
|
@ -214,7 +214,7 @@ useTooltip(reactionRef, (showing) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
color: #e0def4;
|
color: #fff;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
@ -227,13 +227,13 @@ useTooltip(reactionRef, (showing) => {
|
||||||
|
|
||||||
&.renote {
|
&.renote {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
background: #9ccfd8;
|
background: #31748f;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.quote {
|
&.quote {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
background: #9ccfd8;
|
background: #31748f;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue