1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-15 00:57:32 +02:00

Update README.md

This commit is contained in:
GilbN 2019-08-03 17:47:05 +02:00 committed by GitHub
parent b18eebb109
commit 2bc5c1c8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ sub_filter
</head>';
sub_filter_once on;
```
Where `THEME.css` is the name of the theme. e.g. `aquamarine.css`
Where `APP_NAME` is the app you want to theme and `THEME.css` is the name of the theme. e.g. `aquamarine.css`
Here is a complete example:
@ -74,7 +74,7 @@ location / {
```
</details>
### Stylus method
## Stylus method
Stylus is a browser extention that can inject custom css to the webpage of your choosing.
Add this in the style page: