Commit f4ab82c2 authored by LianaHus's avatar LianaHus

standard

parent fe18c215
......@@ -200,7 +200,7 @@ export class LandingPage extends BaseApi {
globalRegistry.get('themeModule').api.events.on('themeChanged', (type) => {
const invert = type === 'dark' ? 1 : 0
const img = document.getElementById('remixLogo')
if (img) {
if (img) {
img.style.filter = `invert(${invert})`
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment