Browse Source

Update README.md

pull/16/head
GilbN 6 years ago
committed by GitHub
parent
commit
57e4868427
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

8
README.md

@ -14,7 +14,7 @@
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/plpp/plpp.png" alt="Screen Shot 4" width="49.15%" /> <img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/plpp/plpp.png" alt="Screen Shot 4" width="49.15%" />
</p> </p>
## Setup # Setup
All apps have 4 themes to choose from. All apps have 4 themes to choose from.
`https://gilbn.github.io/theme.park/CSS/themes/<APP_NAME>/<THEME_NAME>.css` `https://gilbn.github.io/theme.park/CSS/themes/<APP_NAME>/<THEME_NAME>.css`
@ -26,11 +26,11 @@ plex.css
``` ```
Example: `https://gilbn.github.io/theme.park/CSS/themes/sonarr/dark.css` Example: `https://gilbn.github.io/theme.park/CSS/themes/sonarr/dark.css`
### Subfilter method ## Subfilter method
As most of these apps doesn't have support for custom CSS you can get around that by using [subfilter](http://nginx.org/en/docs/http/ngx_http_sub_module.html) in Nginx or a browser addon called Stylus. As most of these apps doesn't have support for custom CSS you can get around that by using [subfilter](http://nginx.org/en/docs/http/ngx_http_sub_module.html) in Nginx or a browser addon called Stylus.
## nginx ### nginx
Add this to your reverse proxy: Add this to your reverse proxy:
```nginx ```nginx
@ -75,7 +75,7 @@ location / {
``` ```
</details> </details>
## Stylus method ### Stylus method
Add this in the style page: Add this in the style page:

Loading…
Cancel
Save