Style

How to customize UI

  1. Navigate to ndev_pausemenu/nui/style.css

  2. Edit following lines to achive your prefered style

  3. ```css
    
    :root {
        --white: #ffffff;
        --black-bg: rgba(0, 0, 0, 0.80);
    }
    
    ```
    

Last updated