Style
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
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