diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-27 22:02:25 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-27 22:02:25 +0530 |
commit | a1c5e2a8b6df8967ed32b270edbc96782bf56bef (patch) | |
tree | dacd856b3abd565f119185ce7ed94e6c06338f32 /nextcloud.css | |
parent | e8b2adf54d8abad1a4d3a67c6af5796199fb53dc (diff) |
pushing custom nextcloud css
Diffstat (limited to 'nextcloud.css')
-rw-r--r-- | nextcloud.css | 6 |
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; +} |