From 9f96f59de45338d543ab2eb70b088fc07fb545e6 Mon Sep 17 00:00:00 2001 From: scruffynerf Date: Mon, 1 Jan 2024 13:45:56 -0500 Subject: [PATCH] Fix urls in README.md --- themes/Theme-Plex/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/Theme-Plex/README.md b/themes/Theme-Plex/README.md index 386bbbb..84f26ce 100644 --- a/themes/Theme-Plex/README.md +++ b/themes/Theme-Plex/README.md @@ -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%;`