aboutsummaryrefslogtreecommitdiffstats
path: root/cypress
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-10-25 13:57:28 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2023-10-27 12:56:23 +0200
commit3676295f7b13852ec328e32f510aefd4c7b709c7 (patch)
tree77236e44d27adfac9bb54c5bdae7210fbf333c88 /cypress
parentbe129a7d1f256a9a6aeaadbd9355c088fe0df929 (diff)
downloadnextcloud-server-3676295f7b13852ec328e32f510aefd4c7b709c7.tar.gz
nextcloud-server-3676295f7b13852ec328e32f510aefd4c7b709c7.zip
fix(theming): Ensure all text colors have enough contrast for accessibility
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'cypress')
-rw-r--r--cypress/e2e/theming/themingUtils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/e2e/theming/themingUtils.ts b/cypress/e2e/theming/themingUtils.ts
index 2cf92c47e6a..088c58dda45 100644
--- a/cypress/e2e/theming/themingUtils.ts
+++ b/cypress/e2e/theming/themingUtils.ts
@@ -22,7 +22,7 @@
import { colord } from 'colord'
export const defaultPrimary = '#0082c9'
-export const defaultAccessiblePrimary = '#006aa3'
+export const defaultAccessiblePrimary = '#006889'
export const defaultBackground = 'kamil-porembinski-clouds.jpg'
/**