mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
🎨
This commit is contained in:
parent
a0855e18de
commit
15f0fa5211
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export default defineComponent({
|
|||
);
|
||||
|
||||
const bg = tinycolor(getComputedStyle(document.documentElement).getPropertyValue(isMe ? '--mentionMe' : '--mention'));
|
||||
bg.setAlpha(0.20);
|
||||
bg.setAlpha(0.1);
|
||||
|
||||
return {
|
||||
localHost,
|
||||
|
|
Loading…
Reference in a new issue