-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.1.7](v1.1.6...v1.1.7) (2024-06-04) ### Code Refactoring * 📸 Updated logo to the height of the navigation bar ([ce263ef](ce263ef))
- Loading branch information
1 parent
d0b6777
commit 08dcd82
Showing
5 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ The following line includes the base theme as well as all our optional modules. | |
<div align="left"> | ||
|
||
```css | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/complete.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/complete.css"); | ||
``` | ||
|
||
</div> | ||
|
@@ -28,7 +28,7 @@ If you just want the theme without all our modules integrated, simply copy this | |
<div align="left"> | ||
|
||
```css | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/base.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/base.css"); | ||
``` | ||
|
||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.6 | ||
1.1.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
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/[email protected].6/theme/base.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/modules/central-libraries-small.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/modules/change-logo.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/modules/count-indicators.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/modules/forgot-password.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/modules/hide-my-media.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/modules/moving-cards.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/modules/smaller-cast.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/base.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/modules/central-libraries-small.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/modules/change-logo.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/modules/count-indicators.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/modules/forgot-password.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/modules/hide-my-media.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/modules/moving-cards.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/modules/smaller-cast.css"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ The general format to install a module is as followed, you will need to replace | |
<div align="left"> | ||
|
||
```css | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/modules/<name>.css"); | ||
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/modules/<name>.css"); | ||
``` | ||
|
||
</div> | ||
|