mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
fix: more readable icon bgs
This commit is contained in:
parent
4453e847a4
commit
30397887cf
@ -147,14 +147,14 @@ onMounted(async () => {
|
|||||||
|
|
||||||
&.sub {
|
&.sub {
|
||||||
> .icon {
|
> .icon {
|
||||||
background: #907aa9;
|
background: #907aa955;
|
||||||
color: #c4a7e7;
|
color: #c4a7e7;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.pub {
|
&.pub {
|
||||||
> .icon {
|
> .icon {
|
||||||
background: #56949f;
|
background: #56949f55;
|
||||||
color: #9ccfd8;
|
color: #9ccfd8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -106,28 +106,28 @@ onMounted(async () => {
|
|||||||
|
|
||||||
&.users {
|
&.users {
|
||||||
> .icon {
|
> .icon {
|
||||||
background: #56949f;
|
background: #56949f55;
|
||||||
color: #9ccfd8;
|
color: #9ccfd8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.notes {
|
&.notes {
|
||||||
> .icon {
|
> .icon {
|
||||||
background: #286983;
|
background: #28698355;
|
||||||
color: #31748f;
|
color: #31748f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.instances {
|
&.instances {
|
||||||
> .icon {
|
> .icon {
|
||||||
background: #d7827e;
|
background: #d7827e55;
|
||||||
color: #ebbcba;
|
color: #ebbcba;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.emojis {
|
&.emojis {
|
||||||
> .icon {
|
> .icon {
|
||||||
background: #ea9d34;
|
background: #ea9d3455;
|
||||||
color: #f6c177;
|
color: #f6c177;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user