From ff6ceb6587e56fba72a1295e5e1fb8f5fbb0ae0c Mon Sep 17 00:00:00 2001 From: Jam <1347620+JamsRepos@users.noreply.github.com> Date: Sun, 2 Jun 2024 23:21:20 +0100 Subject: [PATCH] fix: :bug: Fixed reference to the old base file --- README.md | 2 +- theme/complete.css | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a077f4a..5bed2bd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ If you just want the theme without all our modules integrated, simply copy this #### ❓Where do I install it? -Locate the `Custom CSS code` option under your General settings in the admin panel and simply paste the following line within the box. +Locate the `Custom CSS code` option under your General settings in the admin panel and simply paste one of the lines above within the box. If you wish to just install this for yourself only, you can do so by going to your users Display settings and copy the following settings. diff --git a/theme/complete.css b/theme/complete.css index 38a2806..9046251 100644 --- a/theme/complete.css +++ b/theme/complete.css @@ -4,7 +4,7 @@ You can grab the base theme by changing jamfin.css to base.css in the first line. */ -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.0.11/theme/jamfin.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.0.11/theme/base.css"); @import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.0.11/theme/modules/central-libraries-small.css"); @import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.0.11/theme/modules/change-logo.css"); @import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.0.11/theme/modules/count-indicators.css"); diff --git a/version.txt b/version.txt index 238d6e8..59e9e60 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.7 +1.0.11