mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
more readable icons
This commit is contained in:
parent
7fb6383e53
commit
7c0a893086
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user