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