You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
6 lines
294 B
JavaScript
6 lines
294 B
JavaScript
export function setDarkNav() {
|
|
document.getElementById('ni_home').classList.remove('light')
|
|
document.getElementById('ni_modules').classList.remove('light')
|
|
document.getElementById('ni_actions').classList.remove('light')
|
|
document.getElementById('ni_settings').classList.remove('light')
|
|
} |