Skip to content

CSS Injection

Overview

CSS Injection is simple with help of the themed middleware.

Example

Using themes from https://docs.theme-park.dev

yaml
# docker labels
proxy.app.middlewares.themed.css: https://theme-park.dev/css/base/<app>/<theme>.css

# route file
app:
  middlewares:
    themed:
      css: https://theme-park.dev/css/base/<app>/<theme>.css

Check out the themed middleware middleware for more options.

Released under the MIT License.