diff options
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; +} |