From c021eace22c3f6b3566bf884723d6797c9d65b8c Mon Sep 17 00:00:00 2001 From: Ryan Harter Date: Wed, 4 Mar 2020 22:30:42 -0600 Subject: [PATCH] Adds support for custom css. --- layouts/partials/header.html | 1 + static/custom.css | 1 + 2 files changed, 2 insertions(+) create mode 100644 static/custom.css diff --git a/layouts/partials/header.html b/layouts/partials/header.html index c21ac8c..b1df0d3 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -24,6 +24,7 @@ + diff --git a/static/custom.css b/static/custom.css new file mode 100644 index 0000000..a65d9b7 --- /dev/null +++ b/static/custom.css @@ -0,0 +1 @@ +/* Place a custom css file in your own project to use this. */ \ No newline at end of file