diff --git a/.gitignore b/.gitignore
index 2dfd8c6cf..507f91617 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@ public/assets/
access.log
/vectors/
/cache/
+public/css/user.css
diff --git a/default/user.css b/default/user.css
new file mode 100644
index 000000000..317a2728c
--- /dev/null
+++ b/default/user.css
@@ -0,0 +1 @@
+/* Put custom styles here. */
diff --git a/post-install.js b/post-install.js
index 3b07be687..489bf8408 100644
--- a/post-install.js
+++ b/post-install.js
@@ -13,6 +13,7 @@ function createDefaultFiles() {
settings: './public/settings.json',
bg_load: './public/css/bg_load.css',
config: './config.conf',
+ user: './public/css/user.css',
};
for (const file of Object.values(files)) {
diff --git a/public/index.html b/public/index.html
index 6b8b5ee4c..2a7c6104c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -65,6 +65,7 @@
+