How to customize UI
Navigate to ndev_pausemenu/nui/style.css
Edit following lines to achive your prefered style
```css :root { --white: #ffffff; --black-bg: rgba(0, 0, 0, 0.80); } ```
Last updated 2 years ago