Browse Source

Update README.md

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

4
README.md

@ -40,7 +40,7 @@ sub_filter
</head>'; </head>';
sub_filter_once on; 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: Here is a complete example:
@ -74,7 +74,7 @@ location / {
``` ```
</details> </details>
### Stylus method ## Stylus method
Stylus is a browser extention that can inject custom css to the webpage of your choosing. Stylus is a browser extention that can inject custom css to the webpage of your choosing.
Add this in the style page: Add this in the style page:

Loading…
Cancel
Save