initial commit
[squeep-indie-auther] / static / custom.css
diff --git a/static/custom.css b/static/custom.css
new file mode 100644 (file)
index 0000000..7a7a218
--- /dev/null
@@ -0,0 +1,6 @@
+header {
+        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgb(230, 230, 230) 100%);
+}
+footer {
+        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(230, 230, 230) 100%);
+}