summaryrefslogtreecommitdiff
path: root/static/css/custom.css
diff options
context:
space:
mode:
authorAdam Olech <nddr89@gmail.com>2021-10-17 22:57:45 +0200
committerAdam Olech <nddr89@gmail.com>2021-10-17 22:57:45 +0200
commit5bff81ccd9851e34f3488a8e7d9f0fb934084d02 (patch)
treededd40b2865b28cf98387d4062c96159c8e37e87 /static/css/custom.css
parent7b27ab4c127e7b20abc66340dc69d4885824225d (diff)
Add custom CSS
Diffstat (limited to 'static/css/custom.css')
-rw-r--r--static/css/custom.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
new file mode 100644
index 0000000..4fba6b6
--- /dev/null
+++ b/static/css/custom.css
@@ -0,0 +1,3 @@
+.sidebar {
+ background-image: linear-gradient(to right top, #084035, #215a56, #3d7579, #5d919c, #80adbf);
+}