aboutsummaryrefslogtreecommitdiff
path: root/nextcloud.css
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-27 22:02:25 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-27 22:02:25 +0530
commita1c5e2a8b6df8967ed32b270edbc96782bf56bef (patch)
treedacd856b3abd565f119185ce7ed94e6c06338f32 /nextcloud.css
parente8b2adf54d8abad1a4d3a67c6af5796199fb53dc (diff)
pushing custom nextcloud css
Diffstat (limited to 'nextcloud.css')
-rw-r--r--nextcloud.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/nextcloud.css b/nextcloud.css
new file mode 100644
index 0000000..102f66a
--- /dev/null
+++ b/nextcloud.css
@@ -0,0 +1,6 @@
+:root {
+ --color-plasma-blue: #9B14B8;
+ --color-alternate-gray: #9B14B8;
+ --color-hover-blue: #b305ff4d;
+ --color-dashboard-grey: #23262780;
+}