Files
ReZygisk/webroot/js/themes/darkNavbar.js
2024-11-12 00:09:19 -03:00

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')
}