summaryrefslogtreecommitdiffstats
path: root/apps/theming/css
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2022-09-28 02:35:51 +0000
committerChristopher Ng <chrng8@gmail.com>2022-10-05 06:19:08 +0000
commite962d3fba4430f3a13cda70db9009784fc24112a (patch)
treeb5fb729a2b0863ecefee40357dd379634226fe10 /apps/theming/css
parent89635e894986fd63d6acab37e78af80ced79505e (diff)
downloadnextcloud-server-e962d3fba4430f3a13cda70db9009784fc24112a.tar.gz
nextcloud-server-e962d3fba4430f3a13cda70db9009784fc24112a.zip
Use color preset of shipped background as primary color
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/default.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css
index e7403ee69cc..56c2e41781f 100644
--- a/apps/theming/css/default.css
+++ b/apps/theming/css/default.css
@@ -53,19 +53,19 @@
--background-invert-if-dark: no;
--background-invert-if-bright: invert(100%);
--image-main-background: url('/core/img/app-background.jpg');
- --color-primary: #0082c9;
+ --color-primary: #00639a;
--color-primary-text: #ffffff;
- --color-primary-hover: #329bd3;
- --color-primary-light: #e5f2f9;
- --color-primary-light-text: #003450;
- --color-primary-light-hover: #dbe7ee;
+ --color-primary-hover: #3282ae;
+ --color-primary-light: #e5eff4;
+ --color-primary-light-text: #00273d;
+ --color-primary-light-hover: #dbe4e9;
--color-primary-text-dark: #ededed;
- --color-primary-element: #0082c9;
+ --color-primary-element: #00639a;
--color-primary-element-text: #ffffff;
- --color-primary-element-hover: #329bd3;
- --color-primary-element-light: #e5f2f9;
- --color-primary-element-light-text: #003450;
- --color-primary-element-light-hover: #dbe7ee;
+ --color-primary-element-hover: #3282ae;
+ --color-primary-element-light: #e5eff4;
+ --color-primary-element-light-text: #00273d;
+ --color-primary-element-light-hover: #dbe4e9;
--color-primary-element-text-dark: #ededed;
--gradient-primary-background: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
}