mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2026-01-09 19:29:34 +01:00
[Chore]: Stop making a fool out of myself
This commit is contained in:
parent
8ce7476227
commit
633d9c9b29
1 changed files with 2 additions and 2 deletions
|
|
@ -34,9 +34,9 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||
try {
|
||||
const trojan = document.querySelector('body');
|
||||
const horse = getComputedStyle(trojan);
|
||||
el.style.color = horse.getPropertyValue('accent-color').trim() + "!important";
|
||||
el.style.color = horse.getPropertyValue('accent-color').trim();
|
||||
} catch (_) {
|
||||
el.style.color = '#b00!important';
|
||||
el.style.color = '#b00';
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue