Merge pull request #949 from bashgeek/custom-css
Custom CSS File in default theme
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -17,4 +17,5 @@ img/
|
|||||||
!templates/Froxlor/
|
!templates/Froxlor/
|
||||||
!templates/Sparkle/
|
!templates/Sparkle/
|
||||||
!templates/misc/
|
!templates/misc/
|
||||||
|
templates/Sparkle/assets/css/custom.css
|
||||||
vendor/
|
vendor/
|
||||||
|
|||||||
1
templates/Sparkle/assets/css/custom.example.css
vendored
Normal file
1
templates/Sparkle/assets/css/custom.example.css
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/* To include your custom CSS for this theme, please rename this file to "custom.css" and place your CSS in it */
|
||||||
3
templates/Sparkle/config.json
vendored
3
templates/Sparkle/config.json
vendored
@@ -2,7 +2,8 @@
|
|||||||
"variants": {
|
"variants": {
|
||||||
"default": {
|
"default": {
|
||||||
"css": [
|
"css": [
|
||||||
"main.css"
|
"main.css",
|
||||||
|
"custom.css"
|
||||||
],
|
],
|
||||||
"js": [
|
"js": [
|
||||||
"main.js",
|
"main.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user