diff --git a/.gitignore b/.gitignore index 1b91d454..272a8cdf 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ img/ !templates/Froxlor/ !templates/Sparkle/ !templates/misc/ +templates/Sparkle/assets/css/custom.css vendor/ diff --git a/templates/Sparkle/assets/css/custom.example.css b/templates/Sparkle/assets/css/custom.example.css new file mode 100644 index 00000000..66f3fef1 --- /dev/null +++ b/templates/Sparkle/assets/css/custom.example.css @@ -0,0 +1 @@ +/* To include your custom CSS for this theme, please rename this file to "custom.css" and place your CSS in it */ \ No newline at end of file diff --git a/templates/Sparkle/config.json b/templates/Sparkle/config.json index 1effdcb9..70e23c9c 100644 --- a/templates/Sparkle/config.json +++ b/templates/Sparkle/config.json @@ -2,7 +2,8 @@ "variants": { "default": { "css": [ - "main.css" + "main.css", + "custom.css" ], "js": [ "main.js",