forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
8630542146
commit
5e8c95bde8
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…
Reference in a new issue