Skip to content

Commit

Permalink
Fix urls in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffynerf authored Jan 1, 2024
1 parent 3699feb commit 9f96f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/Theme-Plex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ _These steps are optional, by default this theme uses the Github hosted image li

2. Place `background.png` and `noise.png` in `~/.stash` on macOS / Linux or `C:\Users\YourUsername\.stash` on Windows. Then edit the `background-image: url("")` attributes like below:

The [body](https://github.com/stashapp/CommunityScripts/blob/main/themes/Theme-Plex/plex.css#L7) one `background-image: url("./background.png");`
The [body](https://github.com/stashapp/CommunityScripts/blob/main/themes/Theme-Plex/Theme-Plex.css#L7) one `background-image: url("./background.png");`

The [root](https://github.com/stashapp/CommunityScripts/blob/main/themes/Theme-Plex/plex.css#L18) one `background: rgba(0, 0, 0, 0) url("./noise.png") repeat scroll 0% 0%;`
The [root](https://github.com/stashapp/CommunityScripts/blob/main/themes/Theme-Plex/Theme-Plex.css#L18) one `background: rgba(0, 0, 0, 0) url("./noise.png") repeat scroll 0% 0%;`

0 comments on commit 9f96f59

Please sign in to comment.