Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-26 09:37:49 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-26 10:22:43 +0300
commit4dc96dd165968ec603a19e4d40e253a409d6a1c4 (patch)
tree63db0fb47d9f7f1bea7c6c90401d648aa8fb7d47 /apps/theming/css
parentd9b77bc2eb16c9c718e0590989b7154ad7d51f62 (diff)
Fix mix factor
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/default.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css
index f7bf3a20d09..4bd9fb13bb8 100644
--- a/apps/theming/css/default.css
+++ b/apps/theming/css/default.css
@@ -1,4 +1,4 @@
-:root {
+:root {
--color-main-background: #ffffff;
--color-main-background-rgb: 255,255,255;
--color-main-background-translucent: rgba(var(--color-main-background-rgb), .97);
@@ -10,25 +10,25 @@
--color-placeholder-dark: #cccccc;
--color-primary: #0082c9;
--color-primary-text: #ffffff;
- --color-primary-hover: #198ece;
- --color-primary-light: #72bae1;
+ --color-primary-hover: #329bd3;
+ --color-primary-light: #e5f2f9;
--color-primary-light-text: #0082c9;
- --color-primary-light-hover: #0f567d;
+ --color-primary-light-hover: #1e2b32;
--color-primary-text-dark: #ededed;
--color-primary-element: #0082c9;
--color-primary-element-hover: #198ece;
--color-primary-element-light: #17adff;
- --color-primary-element-lighter: #6cb7df;
+ --color-primary-element-lighter: #d8ecf6;
--color-main-text: #222222;
--color-text-maxcontrast: #767676;
--color-text-light: #222222;
--color-text-lighter: #767676;
--color-error: #e9322d;
- --color-error-hover: #eb4642;
+ --color-error-hover: #ed5a56;
--color-warning: #eca700;
- --color-warning-hover: #edaf19;
+ --color-warning-hover: #efb832;
--color-success: #46ba61;
- --color-success-hover: #58c070;
+ --color-success-hover: #6ac780;
--color-loading-light: #cccccc;
--color-loading-dark: #444444;
--color-box-shadow-rgb: 77,77,77;