1
0
Fork 0

Merge pull request #12 from slotmachinedev/main

Fix CSS.
This commit is contained in:
nin0dev 2024-05-01 09:09:31 -04:00 committed by GitHub
commit 9135f3a882
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,8 +39,7 @@
Object.assign(document.createElement("link"), {
rel: "stylesheet",
type: "text/css",
href: "https://github.com/Vendicated/Vencord/releases/download/devbuild/browser.css",
href: "https://raw.githubusercontent.com/VendroidEnhanced/Vencord/main/src/utils/fixes.css"
href: "https://github.com/VendroidEnhanced/Vencord/releases/download/css/browser.css"
})
), { once: true });
})();