fix: more readable icon bgs

This commit is contained in:
ThatOneCalculator 2023-02-15 10:33:00 -08:00
parent 071071663e
commit 96311b597c
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 6 additions and 6 deletions

View file

@ -147,14 +147,14 @@ onMounted(async () => {
&.sub {
> .icon {
background: #907aa9;
background: #907aa955;
color: #c4a7e7;
}
}
&.pub {
> .icon {
background: #56949f;
background: #56949f55;
color: #9ccfd8;
}
}

View file

@ -106,28 +106,28 @@ onMounted(async () => {
&.users {
> .icon {
background: #56949f;
background: #56949f55;
color: #9ccfd8;
}
}
&.notes {
> .icon {
background: #286983;
background: #28698355;
color: #31748f;
}
}
&.instances {
> .icon {
background: #d7827e;
background: #d7827e55;
color: #ebbcba;
}
}
&.emojis {
> .icon {
background: #ea9d34;
background: #ea9d3455;
color: #f6c177;
}
}