mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -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'));
|
const bg = tinycolor(getComputedStyle(document.documentElement).getPropertyValue(isMe ? '--mentionMe' : '--mention'));
|
||||||
bg.setAlpha(0.20);
|
bg.setAlpha(0.1);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
localHost,
|
localHost,
|
||||||
|
|
Loading…
Add table
Reference in a new issue