Skip to content

Commit

Permalink
Merge pull request #286 from GilbN/develop
Browse files Browse the repository at this point in the history
1.6.2
  • Loading branch information
GilbN authored Nov 4, 2021
2 parents 97865a7 + 833ff78 commit 432e7db
Show file tree
Hide file tree
Showing 35 changed files with 1,458 additions and 133 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## New theme option

- The current variables in use can be found in any of the CSS files in `/CSS/variables/`
- The current variables in use can be found in any of the CSS files in `/css/variables/`

- New community contributed theme options will be placed in the `Community Themes` category on our docs page.

Expand Down
4 changes: 2 additions & 2 deletions css/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
display: none !important;
}
.header-icon.px-3.m-0.d-none.d-md-block:before {
background-image: url("https://theme-park.dev/CSS/addons/bazarr/bazarr-4k-logo/bazarr4k.png");
background-image: url("https://theme-park.dev/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png");
display: inline-block;
width: 32px;
height: 32px;
Expand All @@ -22,7 +22,7 @@
display: none !important;
}
.sidebar-title.d-flex.align-items-center.d-md-none.container:before {
background-image: url("https://theme-park.dev/CSS/addons/bazarr/bazarr-4k-logo/bazarr4k.png");
background-image: url("https://theme-park.dev/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png");
display: inline-block;
width: 32px;
height: 32px;
Expand Down
4 changes: 2 additions & 2 deletions css/addons/organizr/glass/glass-base.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Set the Organizr theme to either Aquamarine or Hotline */
/* Import the glass-base.css and root variables in the Custom Theme CSS box like below */
/*
@import "https://theme-park.dev/CSS/themes/organizr/organizr-base-old.css"
@import "https://theme-park.dev/CSS/addons/organizr/glass-base.css";
@import "https://theme-park.dev/css/addons/organizr/glass/organizr-base-old.css"
@import "https://theme-park.dev/css/addons/organizr/glass/glass-base.css";
:root {
--main-bg-color: url(https://domain.com/your/hosted/wallpaper.jpg) center center/cover no-repeat fixed;
--mobile-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
Expand Down
Loading

0 comments on commit 432e7db

Please sign in to comment.