EVOLIZE Run a free assessment

Accessibility assessment of support2.legora.com

Automated technical assessment of 5 publicly accessible pages · Scanned 28 Aug 2026. Inspected 5 of 5 selected pages.

28findings detected
4critical + high
5pages inspected

What to fix first

  1. High Hidden elements can still receive keyboard focus
  2. High Hidden elements can still receive keyboard focus
  3. High Hidden elements can still receive keyboard focus
  4. High Text has insufficient colour contrast
  5. Medium Page has no title

Findings

High

Hidden elements can still receive keyboard focus

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Component 4 affected pages 6 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref H8JL9S
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Elementheader#navbar > div:nth-of-type(3) > div:nth-of-type(2) > div > a
Accessible nameCentre d’aide
Markup
<a class="link nav-tabs-item group relative h-full gap-2 flex items-center font-medium [text-shadow:-0.2px_0_0_currentColor,0.2px_0_0_currentColor] hover:text-primary dark:hover:text-primary-light text-gray-800 dark:text-gray-200" data-active="true" aria-current="location" href="/fr/having-issues-viewing-content-on-support-legora-com">Centre d’aide<div class="absolute bottom-0 w-full left-0 bg-primary dark:bg-primary-light h-px"></div></a>
How to fixKeep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.
High

Hidden elements can still receive keyboard focus

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Component 4 affected pages 8 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref 40A808
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Elementbutton#search-bar-entry-mobile
Accessible nameOuvrir la recherche
Markup
<button type="button" class="text-gray-500 w-8 h-8 flex items-center justify-center hover:text-gray-600 dark:text-gray-400 dark:hover:text-gray-300" id="search-bar-entry-mobile" aria-label="Ouvrir la recherche"><span class="sr-only">Rechercher...</span><svg class="forced-colors:forced-color-adjust-none forced-colors:bg-[color:CanvasText]! h-4 w-4 bg-gray-500 dark:bg-gray-400 hover:bg-gray-600 dark:hover:bg-gray-300" aria-hidden="true" focusable="false" style="-webkit-mask-image:url(&quot;https://d3gk2c5xim1je2.cloudfront.net/fontawesome/v7.2.0/solid/magnifying-glass.svg&quot;);-webkit-mask-rep…
How to fixKeep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.
High

Hidden elements can still receive keyboard focus

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Component 4 affected pages 4 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref 7S87VW
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Elementdiv:nth-of-type(3) > div:nth-of-type(1) > div > div > div:nth-of-type(4) > button:nth-of-type(2)
Accessible namePlus d'actions
Markup
<button type="button" aria-label="Plus d'actions" class="h-7 w-5 flex items-center justify-center relative after:content-[''] after:absolute after:-inset-y-2 after:-left-1 after:-right-4"><svg class="forced-colors:forced-color-adjust-none forced-colors:bg-[color:CanvasText]! size-4 shrink-0 bg-gray-500 dark:bg-gray-400 hover:bg-gray-600 dark:hover:bg-gray-300" aria-hidden="true" focusable="false" style="-webkit-mask-image:url(&quot;https://d3gk2c5xim1je2.cloudfront.net/fontawesome/v7.2.0/solid/ellipsis-vertical.svg&quot;);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;mask-image:ur…
How to fixTo fix this issue, ensure that the hidden element is removed from the tab order by setting its 'tabindex' attribute to '-1' or by using a technique like displaying: none; or visibility: hidden; to completely hide it from screen readers and keyboard navigation. Consider using JavaScript to dynamically adjust the element's visibility and focusability based on its current state.
High

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 4 affected pages 4 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref O1SDKD
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Element.flex-none.text-xs.font-semibold
Accessible nameCtrl K
Markup
<span class="flex-none text-xs font-semibold">Ctrl <!-- -->K</span>
How to fixTo fix this issue, adjust the color of the text or background to meet the minimum contrast ratio of 4.5:1 for normal text and 7:1 for larger text (18pt or 14pt bold). Consider using a color contrast analyzer tool to find a suitable color combination.
Medium

Page has no title

The document has no <title>, so users cannot identify the page in tabs, history, or bookmarks.

Component 1 affected page 2 instances WCAG WCAG 2.1 SC 2.4.2 Page Titled (Level A) Ref OUJR53
Affected pagehttps://support2.legora.com/login?redirect=%2F
Elementhtml
Accessible name!function(){var b=""; function a(p){if(p==null)return"/";p=""+p;if(""===p)return"/";return"/"===p.charAt(0)?p:"/"+p} function u(p){if(p==null)return p;p=""+p;if(!p||p.charAt(p.length-1)==="/")return p.slice(0,-1);return p} function i(p){if(p==null)return p;p=""+p;if(6<=p.length&&p.substring(p.length-6)==="/index")return p.substring(0,p.length-6);if("index"===p)return"";return p} var p=(location.pathname||"").split("?")[0].split("#")[0]||""; if(b)if(p===b)p="";else if(0===p.indexOf(b+"/"))p=p.substring(b.length); p=a(p);p=u(p);p=i(p);p=""===p||"index"===p?"/":a(p); document.documentElement.setAttribute("data-current-path",p); }();(() => { const isIOS = /iP(hone|ad|od)/.test(navigator.userAgent) || (/Macintosh/.test(navigator.userAgent) && navigator.maxTouchPoints > 1); if (!isIOS) return; const apply = () => { for (const meta of document.querySelectorAll('meta[name="viewport"]')) { const content = meta.getAttribute('content') || ''; if (!content.includes('maximum-scale')) { meta.setAttribute('content', content + ', maximum-scale=1'); } } }; apply(); new MutationObserver(apply).observe(document.head, { childList: true, subtree: true, attributes: true, attributeFilter: ['content'], }); })();!function(){ function read(){try{ var e=performance.getEntriesByType?performance.getEntriesByType("navigation"):[]; var st=(e[0]&&e[0].serverTiming)||[]; var g={}; for(var i=0;i<st.length;i++){var n=st[i].name,d=st[i].description;if(!d)continue;try{d=decodeURIComponent(d)}catch(x){} if(n==="country")g.country=d;else if(n==="region")g.region=d;else if(n==="continent")g.continent=d;} var w=window;w.mintlify=w.mintlify||{};w.mintlify.geo=g; }catch(x){}} read();document.addEventListener("DOMContentLoaded",read); }();!function(){try{ var w=window;w.mintlify=w.mintlify||{}; var q=w.mintlify.__apiPlaygroundInputsQueue; if(!Array.isArray(q)){q=[];w.mintlify.__apiPlaygroundInputsQueue=q;} w.mintlify.api=w.mintlify.api||{}; w.mintlify.api.playground=w.mintlify.api.playground||{}; if(typeof w.mintlify.api.playground.setServerVariables!=="function"){ w.mintlify.api.playground.setServerVariables=function(v){q.push({type:"set",variables:v});}; } if(typeof w.mintlify.api.playground.clearServerVariables!=="function"){ w.mintlify.api.playground.clearServerVariables=function(){q.push({type:"clear"});}; } }catch(e){}}();(function(a,b){try{let c=document.getElementById("banner")?.innerText;if(c){for(let d=0;d<localStorage.length;d++){let e=localStorage.key(d);if(e?.endsWith(a)&&localStorage.getItem(e)===c)return void document.documentElement.setAttribute(b,"hidden")}document.documentElement.setAttribute(b,"visible");return}for(let c=0;c<localStorage.length;c++){let d=localStorage.key(c);if(d?.endsWith(a)&&localStorage.getItem(d))return void document.documentElement.setAttribute(b,"hidden")}document.documentElement.setAttribute(b,"visible")}catch(a){document.documentElement.setAttribute(b,"hidden")}})( "bannerDismissed", "data-banner-state", )((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","isDarkMode","system",null,["dark","light","true","false","system"],{"true":"dark","false":"light","dark":"dark","light":"light"},true,false)(function(){try{var f=null;var v=f||localStorage.getItem("isDarkMode");if(v==='true')v='dark';else if(v==='false')v='light';if(v!=='light'&&v!=='dark'&&v!=='system')v="system";document.documentElement.setAttribute("data-theme-preference",v)}catch(e){}})();:root { --primary: 0 80 50; --primary-light: 125 180 154; --primary-dark: 0 61 38; --tooltip-foreground: 255 255 255; --background-light: 255 255 255; --background-dark: 11 12 14; --gray-50: 242 245 244; --gray-100: 238 240 239; --gray-200: 222 224 224; --gray-300: 206 208 207; --gray-400: 158 160 160; --gray-500: 111 114 113; --gray-600: 79 82 81; --gray-700: 62 64 64; --gray-800: 37 39 38; --gray-900: 22 25 24; --gray-950: 10 12 11; }Access RestrictedSelect a login option below to access this documentation.StagingEUUSAPACAUGlobalAuth(self.__next_f=self.__next_f||[]).push([0])self.__next_f.push([1,"1:\"$Sreact.fragment\"\nb:I[168027,[\"/mintlify-assets/_next/static/chunks/19ae1768f166fab9.js?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\",\"/mintlify-assets/_next/static/chunks/b664fc8bb1e7ab0d.js?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\"],\"default\"]\n:HL[\"/mintlify-assets/_next/static/chunks/462bacc63bed9960.css?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\",\"style\"]\n:HL[\"/mintlify-assets/_next/static/chunks/2e35f4f3c3555f60.css?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\",\"style\"]\n:HL[\"/mintlify-assets/_next/static/media/83afe278b6a6bb3c.p.3a6ba036.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/mintlify-assets/_next/static/media/PaperMono_Variable.p.aa32f7a0.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/mintlify-assets/_next/static/media/f67ad414ed34149c.p.84166d94.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])self.__next_f.push([1,"0:{\"P\":null,\"b\":\"ASfDt4jIRaAymzThgIbzl\",\"p\":\"/mintlify-assets\",\"c\":[\"\",\"_sites\",\"support2.legora.com\",\"_hidden-login-pages\",\"login\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"%5Fsites\",{\"children\":[[\"subdomain\",\"support2.legora.com\",\"d\"],{\"children\":[\"(login)\",{\"children\":[\"%5Fhidden-login-pages\",{\"children\":[\"login\",{\"children\":[\"__PAGE__\",{}]}]}]}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/mintlify-assets/_next/static/chunks/462bacc63bed9960.css?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/mintlify-assets/_next/static/chunks/2e35f4f3c3555f60.css?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/mintlify-assets/_next/static/chunks/19ae1768f166fab9.js?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/mintlify-assets/_next/static/chunks/b664fc8bb1e7ab0d.js?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"suppressHydrationWarning\":true,\"lang\":\"en\",\"className\":\"inter_1d81deff-module__CYM0aG__variable papermono_89c757f2-module__6aS5zq__variable dark\",\"data-banner-state\":\"visible\",\"data-assistant-state\":\"closed\",\"data-page-mode\":\"none\",\"data-current-path\":\"/\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"type\":\"text/javascript\",\"dangerouslySetInnerHTML\":{\"__html\":\"!function(){var b=\\\"\\\";\\nfunction a(p){if(p==null)return\\\"/\\\";p=\\\"\\\"+p;if(\\\"\\\"===p)return\\\"/\\\";return\\\"/\\\"===p.charAt(0)?p:\\\"/\\\"+p}\\nfunction u(p){if(p==null)return p;p=\\\"\\\"+p;if(!p||p.charAt(p.length-1)===\\\"/\\\")return p.slice(0,-1);return p}\\nfunction i(p){if(p==null)return p;p=\\\"\\\"+p;if(6\u003c=p.length\u0026\u0026p.substring(p.length-6)===\\\"/index\\\")return p.substring(0,p.length-6);if(\\\"index\\\"===p)return\\\"\\\";return p}\\nvar p=(location.pathname||\\\"\\\").split(\\\"?\\\")[0].split(\\\"#\\\")[0]||\\\"\\\";\\nif(b)if(p===b)p=\\\"\\\";else if(0===p.indexOf(b+\\\"/\\\"))p=p.substring(b.length);\\np=a(p);p=u(p);p=i(p);p=\\\"\\…[truncated by Evolize: exceeded D1 value limit]
Markup
<html lang="en" class="inter_1d81deff-module__CYM0aG__variable papermono_89c757f2-module__6aS5zq__variable light" data-banner-state="visible" data-assistant-state="closed" data-page-mode="none" data-current-path="/login" data-theme-preference="system" style="color-scheme: light;">
How to fixAdd a title element to the HTML document to provide a clear and descriptive title for the page. This can be done by adding the <title> tag within the <head> section of the HTML document.
Medium

Hidden elements can still receive keyboard focus

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Component 2 affected pages 8 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref 8UWP4S
Affected pagehttps://support2.legora.com/fr/it-admin-guide-legora-s-new-authentication-protocol
Elementh4#mettre-à-jour-votre-fournisseur-d’identité-sso-seulement > div > a
Accessible nameNaviguer vers l'en-tête
Markup
<a href="#mettre-à-jour-votre-fournisseur-d’identité-sso-seulement" class="-ml-10 flex items-center opacity-0 border-0 group-hover:opacity-100 focus:opacity-100 focus:outline-0 group/link" aria-label="Naviguer vers l'en-tête">​<div class="size-6 rounded-md flex items-center justify-center shadow-xs text-gray-400 dark:text-white/50 dark:bg-background-dark dark:brightness-[1.35] dark:ring-1 dark:hover:brightness-150 bg-white ring-1 ring-gray-400/30 dark:ring-gray-700/25 hover:ring-gray-400/60 dark:hover:ring-white/20 group-focus/link:border-2 group-focus/link:border-primary dark:group-focus/link…
How to fixTo fix this issue, ensure that the element is removed from the tab order when it's not visible. This can be achieved by setting the 'tabindex' attribute to '-1' or by using JavaScript to dynamically update the 'tabindex' attribute based on the element's visibility. Additionally, consider using ARIA attributes to provide a clear indication of the element's state and purpose.
Medium

Hidden elements can still receive keyboard focus

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Component 2 affected pages 2 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref 8UMLBO
Affected pagehttps://support2.legora.com/fr/it-admin-guide-legora-s-new-authentication-protocol
Elementh3#comment-compléter-la-migration > div > a
Accessible nameNaviguer vers l'en-tête
Markup
<a href="#comment-compléter-la-migration" class="-ml-10 flex items-center opacity-0 border-0 group-hover:opacity-100 focus:opacity-100 focus:outline-0 group/link" aria-label="Naviguer vers l'en-tête">​<div class="size-6 rounded-md flex items-center justify-center shadow-xs text-gray-400 dark:text-white/50 dark:bg-background-dark dark:brightness-[1.35] dark:ring-1 dark:hover:brightness-150 bg-white ring-1 ring-gray-400/30 dark:ring-gray-700/25 hover:ring-gray-400/60 dark:hover:ring-white/20 group-focus/link:border-2 group-focus/link:border-primary dark:group-focus/link:border-primary-light"><sv…
How to fixKeep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.
Medium

Hidden elements can still receive keyboard focus

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Component 2 affected pages 4 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref 56JO3O
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Elementli#\/fr\/having-issues-viewing-content-on-support-legora-com > a
Accessible nameDes difficultés à afficher le contenu sur support.legora.com ?
Markup
<a class="group flex items-start pr-3 py-1.5 cursor-pointer gap-x-3 text-left focus-visible:-outline-offset-2 rounded-xl w-full outline-offset-[-1px] bg-primary/10 text-primary [text-shadow:-0.2px_0_0_currentColor,0.2px_0_0_currentColor] dark:text-primary-light dark:bg-primary-light/10" aria-current="page" href="/fr/having-issues-viewing-content-on-support-legora-com" style="padding-left: 1.75rem;"><div class="flex-1 flex min-w-0 items-start gap-x-2.5"><div class="flex min-w-0 flex-1 flex-wrap items-center gap-1.5 [word-break:break-word]"><span class="min-w-0 max-w-full break-words hyphens-aut…
How to fixTo fix this issue, ensure that all focusable elements are visible to sighted keyboard users. You can do this by either making the element visible when it receives focus or by removing it from the tab order if it's not meant to be interacted with. For example, you can add a `display: none` or `visibility: hidden` style to the element when it's not visible, or use JavaScript to remove the element from the tab order by setting its `tabIndex` to `-1`. Make sure to test your changes with a keyboard to ensure that focus is visible and navigable for all users.
Medium

Hidden elements can still receive keyboard focus

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Component 2 affected pages 4 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref 8XVNEZ
Affected pagehttps://support2.legora.com/fr/it-admin-guide-legora-s-new-authentication-protocol
Elementh2#aperçu > div > a
Accessible nameNaviguer vers l'en-tête
Markup
<a href="#aperçu" class="-ml-10 flex items-center opacity-0 border-0 group-hover:opacity-100 focus:opacity-100 focus:outline-0 group/link" aria-label="Naviguer vers l'en-tête">​<div class="size-6 rounded-md flex items-center justify-center shadow-xs text-gray-400 dark:text-white/50 dark:bg-background-dark dark:brightness-[1.35] dark:ring-1 dark:hover:brightness-150 bg-white ring-1 ring-gray-400/30 dark:ring-gray-700/25 hover:ring-gray-400/60 dark:hover:ring-white/20 group-focus/link:border-2 group-focus/link:border-primary dark:group-focus/link:border-primary-light"><svg xmlns="http://www.w3.o…
How to fixKeep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.
Medium

Hidden elements can still receive keyboard focus

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Component 2 affected pages 4 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref 7DCC0P
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Elementdiv > div > div:nth-of-type(2) > ul > li:nth-of-type(1) > button
Accessible nameGuides de dépannage
Markup
<button class="group flex items-start pr-3 py-1.5 cursor-pointer gap-x-3 text-left focus-visible:-outline-offset-2 rounded-xl w-full outline-offset-[-1px] hover:bg-gray-600/5 dark:hover:bg-gray-200/5 text-gray-700 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300" aria-expanded="true" aria-controls="_r_5_" style="padding-left: 1rem;"><div class="flex-1 flex items-center gap-2 justify-start"><span>Guides de dépannage</span></div><div class="h-[1lh] flex items-center shrink-0"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none" stroke="cur…
How to fixTo fix this issue, ensure that the hidden element is removed from the tab order by setting its 'tabindex' attribute to '-1' or by using the 'display: none' or 'visibility: hidden' CSS properties to completely hide it. Alternatively, make the element visible when it receives focus.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 2 affected pages 2 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref E0YHQD
Affected pagehttps://support2.legora.com/fr/it-admin-guide-legora-s-new-authentication-protocol
Element#search-bar-entry > .gap-2.items-center > .truncate.min-w-0
Accessible nameRechercher...
Markup
<div class="truncate min-w-0">Rechercher...</div>
How to fixIncrease the contrast ratio to at least 4.5:1 for normal text and 3:1 for large text.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 2 affected pages 2 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref OUZI6M
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Element#search-bar-entry > .gap-2.items-center.flex > .truncate.min-w-0
Accessible nameRechercher...
Markup
<div class="truncate min-w-0">Rechercher...</div>
How to fixIncrease the contrast between the text color and background color of the element with the class 'truncate min-w-0' to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 4 affected pages 6 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref WKTBKT
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Element.my-8 > p
Accessible nameSujets connexes
Markup
<p class="py-1.5 text-sm text-gray-600 dark:text-gray-300 tracking-[-0.1px]">Sujets connexes</p>
How to fixIncrease the contrast between the text color and the background color to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3. Consider using a color contrast analyzer tool to determine the optimal colors. For the given element, change the text color class from 'text-gray-600' to a higher contrast color or adjust the background color to improve readability.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 4 affected pages 6 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref XZAY63
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Element.inline-block
Accessible nameCette page vous a-t-elle été utile ?
Markup
<p class="inline-block text-sm text-gray-600 dark:text-gray-400 whitespace-nowrap">Cette page vous a-t-elle été utile ?</p>
How to fixTo improve accessibility, consider increasing the contrast between the text color and background color. You can achieve this by using a darker or lighter shade for the text or background. For example, you could change the text color from 'text-gray-600' to 'text-gray-900' or adjust the background color to provide sufficient contrast.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 4 affected pages 12 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref AANDF7
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Element#feedback-thumbs-up > small
Accessible nameOui
Markup
<small class="text-sm font-normal leading-4">Oui</small>
How to fixTo improve the accessibility of this element, consider increasing the contrast between the text color and the background color. This can be achieved by using a darker or lighter text color, or by adding a background overlay to enhance the contrast. Ensure that the contrast ratio meets the minimum requirements of WCAG 2.1 SC 1.4.3.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 4 affected pages 18 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref HQ9TJM
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Element.rounded-lg.text-gray-950.hover\:text-primary:nth-child(2) > .line-clamp-1.tracking-\[-0\.1px\].text-sm
Accessible namePourquoi ne puis-je pas me connecter à Legora ?
Markup
<span class="text-sm tracking-[-0.1px] line-clamp-1">Pourquoi ne puis-je pas me connecter à Legora ?</span>
How to fixTo improve accessibility, increase the contrast between the text color and background color. Consider using a color contrast analyzer tool to determine the optimal colors. For this specific instance, you can modify the CSS class 'text-sm' or 'text-gray-950' to use a color with sufficient contrast.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 4 affected pages 6 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref JX4T6L
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Element.text-right
Accessible namePourquoi ne puis-je pas me connecter à Legora ?
Markup
<div class="truncate font-medium text-gray-900 dark:text-gray-200 text-right" data-component-part="pagination-title">Pourquoi ne puis-je pas me connecter à Legora ?</div>
How to fixTo improve the accessibility of the text, consider increasing the contrast between the text color and the background color. This can be achieved by using a darker or lighter shade for the text or background, depending on the current colors used. For example, you can change the text color from 'text-gray-900' to a darker shade like 'text-gray-800' or change the background color to a lighter shade. Ensure the contrast ratio meets the minimum requirements as per WCAG 2.1 SC 1.4.3.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 3 affected pages 5 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref 3MNAPO
Affected pagehttps://support2.legora.com/fr/it-admin-guide-legora-s-new-authentication-protocol
Elementspan[data-as="p"]:nth-child(8)
Accessible nameCette section vous guide à travers les mises à jour requises avant le déploiement, y compris les paramètres du fournisseur d’identité, les URL de rappel des intégrations, votre domaine dédié, les règles de pare-feu, les tests, le déploiement aux utilisateurs et les étapes de réinstallation des add-ins.
Markup
<span data-as="p">
How to fixIncrease the contrast between the text color and background color to meet the minimum contrast ratio thresholds. Consider using a color contrast analyzer tool to determine the optimal colors. For example, you can change the text color to a darker or lighter shade, or add a background overlay to improve the contrast.
Low

Page has no level-one heading

The page exposes no <h1>, so its topic is not conveyed in the heading structure.

Component 1 affected page 2 instances WCAG WCAG 2.1 SC 1.3.1 Info and Relationships (Level A) Ref 7XAYRA
Affected pagehttps://support2.legora.com/login?redirect=%2F
Elementhtml > body
Accessible name((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","isDarkMode","system",null,["dark","light","true","false","system"],{"true":"dark","false":"light","dark":"dark","light":"light"},true,false)(function(){try{var f=null;var v=f||localStorage.getItem("isDarkMode");if(v==='true')v='dark';else if(v==='false')v='light';if(v!=='light'&&v!=='dark'&&v!=='system')v="system";document.documentElement.setAttribute("data-theme-preference",v)}catch(e){}})();:root { --primary: 0 80 50; --primary-light: 125 180 154; --primary-dark: 0 61 38; --tooltip-foreground: 255 255 255; --background-light: 255 255 255; --background-dark: 11 12 14; --gray-50: 242 245 244; --gray-100: 238 240 239; --gray-200: 222 224 224; --gray-300: 206 208 207; --gray-400: 158 160 160; --gray-500: 111 114 113; --gray-600: 79 82 81; --gray-700: 62 64 64; --gray-800: 37 39 38; --gray-900: 22 25 24; --gray-950: 10 12 11; }Access RestrictedSelect a login option below to access this documentation.StagingEUUSAPACAUGlobalAuth(self.__next_f=self.__next_f||[]).push([0])self.__next_f.push([1,"1:\"$Sreact.fragment\"\nb:I[168027,[\"/mintlify-assets/_next/static/chunks/19ae1768f166fab9.js?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\",\"/mintlify-assets/_next/static/chunks/b664fc8bb1e7ab0d.js?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\"],\"default\"]\n:HL[\"/mintlify-assets/_next/static/chunks/462bacc63bed9960.css?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\",\"style\"]\n:HL[\"/mintlify-assets/_next/static/chunks/2e35f4f3c3555f60.css?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\",\"style\"]\n:HL[\"/mintlify-assets/_next/static/media/83afe278b6a6bb3c.p.3a6ba036.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/mintlify-assets/_next/static/media/PaperMono_Variable.p.aa32f7a0.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/mintlify-assets/_next/static/media/f67ad414ed34149c.p.84166d94.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])self.__next_f.push([1,"0:{\"P\":null,\"b\":\"ASfDt4jIRaAymzThgIbzl\",\"p\":\"/mintlify-assets\",\"c\":[\"\",\"_sites\",\"support2.legora.com\",\"_hidden-login-pages\",\"login\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"%5Fsites\",{\"children\":[[\"subdomain\",\"support2.legora.com\",\"d\"],{\"children\":[\"(login)\",{\"children\":[\"%5Fhidden-login-pages\",{\"children\":[\"login\",{\"children\":[\"__PAGE__\",{}]}]}]}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/mintlify-assets/_next/static/chunks/462bacc63bed9960.css?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/mintlify-assets/_next/static/chunks/2e35f4f3c3555f60.css?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/mintlify-assets/_next/static/chunks/19ae1768f166fab9.js?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/mintlify-assets/_next/static/chunks/b664fc8bb1e7ab0d.js?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"suppressHydrationWarning\":true,\"lang\":\"en\",\"className\":\"inter_1d81deff-module__CYM0aG__variable papermono_89c757f2-module__6aS5zq__variable dark\",\"data-banner-state\":\"visible\",\"data-assistant-state\":\"closed\",\"data-page-mode\":\"none\",\"data-current-path\":\"/\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"type\":\"text/javascript\",\"dangerouslySetInnerHTML\":{\"__html\":\"!function(){var b=\\\"\\\";\\nfunction a(p){if(p==null)return\\\"/\\\";p=\\\"\\\"+p;if(\\\"\\\"===p)return\\\"/\\\";return\\\"/\\\"===p.charAt(0)?p:\\\"/\\\"+p}\\nfunction u(p){if(p==null)return p;p=\\\"\\\"+p;if(!p||p.charAt(p.length-1)===\\\"/\\\")return p.slice(0,-1);return p}\\nfunction i(p){if(p==null)return p;p=\\\"\\\"+p;if(6\u003c=p.length\u0026\u0026p.substring(p.length-6)===\\\"/index\\\")return p.substring(0,p.length-6);if(\\\"index\\\"===p)return\\\"\\\";return p}\\nvar p=(location.pathname||\\\"\\\").split(\\\"?\\\")[0].split(\\\"#\\\")[0]||\\\"\\\";\\nif(b)if(p===b)p=\\\"\\\";else if(0===p.indexOf(b+\\\"/\\\"))p=p.substring(b.length);\\np=a(p);p=u(p);p=i(p);p=\\\"\\\"===p||\\\"index\\\"===p?\\\"/\\\":a(p);\\ndocument.documentElement.setAttribute(\\\"data-current-path\\\",p);\\n}();\"}}],[\"$\",\"script\",null,{\"type\":\"text/javascript\",\"dangerouslySetInnerHTML\":{\"__html\":\"(() =\u003e {\\n const isIOS =\\n /iP(hone|ad|od)/.test(navigator.userAgent) ||\\n (/Macintosh/.test(navigator.userAgent) \u0026\u0026 navigator.maxTouchPoints \u003e 1);\\n if (!isIOS) return;\\n const apply = () =\u003e {\\n for (const meta of document.querySelectorAll('meta[name=\\\"viewport\\\"]')) {\\n const content = meta.getAttribute('content') || '';\\n if (!content.includes('maximum-scale')) {\\n meta.setAttribute('content', content + ', maximum-scale=1');\\n }\\n }\\n };\\n apply();\\n new MutationObserver(apply).observe(document.head, {\\n childList: true,\\n subtree: true,\\n attributes: true,\\n attributeFilter: ['content'],\\n });\\n})();\"}}],[\"$\",\"script\",null,{\"type\":\"text/javascript\",\"dangerouslySetInnerHTML\":{\"__html\":\"!function(){\\nfunction read(){try{\\nvar e=performance.getEntriesByType?performance.getEntriesByType(\\\"navigation\\\"):[];\\nvar st=(e[0]\u0026\u0026e[0].serverTiming)||[];\\nvar g={};\\nfor(var i=0;i\u003cst.length;i++){var n=st[i].name,d=st[i].description;if(!d)continue;try{d=decodeURIComponent(d)}catch(x){}\\nif(n===\\\"country\\\")g.country=d;else if(n===\\\"region\\\")g.region=d;else if(n===\\\"continent\\\")g.continent=d;}\\nvar w=window;w.mintlify=w.mintlify||{};w.mintlify.geo=g;\\n}catch(x){}}\\nread();document.addEventListener(\\\"DOMContentLoaded\\\",read);\\n}();\"}}],[\"$\",\"script\",null,{\"type\":\"text/javascript\",\"dangerouslySetInnerHTML\":{\"__html\":\"!function(){try{\\nvar w=window;w.mintlify=w.mintlify||{};\\nvar q=w.mintlify.__apiPlaygroundInputsQueue;\\nif(!Array.isArray(q)){q=[];w.mintlify.__apiPlaygroundInputsQueue=q;}\\nw.mintlify.api=w.mintlify.api||{};\\nw.mintlify.api.playground=w.mintlify.api.playground||{};\\nif(typeof w.mintlify.api.playground.setServerVariables!==\\\"function\\\"){\\nw.mintlify.api.playground.setServerVariables=function(v){q.push({type:\\\"set\\\",variables:v});};\\n}\\nif(typeof w.mintlify.api.playground.clearServerVariables!==\\\"function\\\"){\\nw.mintlify.api.playground.clearServerVariables=function(){q.push({type:\\\"clear\\\"});};\\n}\\n}catch(e){}}();\"}}],\"$L2\",false]}],\"$L3\"]}]]}],{\"children\":[\"%5Fsites\",\"$L4\",{\"children\":[[\"subdomain\",\"support2.legora.com\",\"d\"],\"$L5\",{\"children\":[\"(login)\",\"$L6\",{\"children\":[\"%5Fhidden-login-pages\",\"$L7\",{\"children\":[\"login\",\"$L8\",{\"children\":[\"__PAGE__\",\"$L9\",{},null,false]},null,false]},null,false]},null,false]},null,false]},null,false]},null,false],\"$La\",false]],\"m\":\"$undefined\",\"G\":[\"$b\",[\"$Lc\",\"$Ld\"]],\"s\":false,\"S\":true}\n"])self.__next_f.push([1,"e:I[667786,[\"/mintlify-assets/_next/static/chunks/19ae1768f166fab9.js?dpl=dpl_Bq1uutX69j29e4Br9w8tPAcjBj7K\",\"/mintlify-assets/_next/static/chunks/b664fc8bb1e…[truncated by Evolize: exceeded D1 value limit]
Markup
<body class="antialiased"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","isDarkMode","system",null,["dark","light","true","fals…
How to fixAdd a level-one heading (<h1>) to the page to convey its topic and provide a clear structure for users with screen readers and other assistive technologies.
Low

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 2 affected pages 2 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref 6G56GB
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Elementbutton#theme-preference-menu-trigger
Accessible nameChange theme preference
Markup
<button type="button" tabindex="0" aria-haspopup="menu" id="theme-preference-menu-trigger" aria-label="Change theme preference" data-component-name="theme-preference-menu" data-component-part="theme-preference-menu-trigger" data-testid="theme-preference-menu-trigger" class="group disabled:pointer-events-none overflow-hidden gap-1 text-sm text-gray-950/50 dark:text-white/50 group-hover:text-gray-950/70 dark:group-hover:text-white/70 theme-preference-menu-trigger group p-2 flex items-center justify-center w-[30px] h-[30px] rounded-full bg-gray-800/[0.04] dark:bg-white/10" aria-expanded="false"><…
How to fixTo fix this issue, increase the size of the touch target to at least 24x24px. This can be achieved by modifying the CSS styles of the element, specifically the width and height properties. For example, update the class 'theme-preference-menu-trigger' to have a minimum width and height of 24px.
Low

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 2 affected pages 2 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref DZKGZZ
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Elementdiv:nth-of-type(3) > div:nth-of-type(1) > div > div > div:nth-of-type(4) > button:nth-of-type(2)
Accessible namePlus d'actions
Markup
<button type="button" aria-label="Plus d'actions" class="h-7 w-5 flex items-center justify-center relative after:content-[''] after:absolute after:-inset-y-2 after:-left-1 after:-right-4"><svg class="forced-colors:forced-color-adjust-none forced-colors:bg-[color:CanvasText]! size-4 shrink-0 bg-gray-500 dark:bg-gray-400 hover:bg-gray-600 dark:hover:bg-gray-300" aria-hidden="true" focusable="false" style="-webkit-mask-image:url(&quot;https://d3gk2c5xim1je2.cloudfront.net/fontawesome/v7.2.0/solid/ellipsis-vertical.svg&quot;);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;mask-image:ur…
How to fixIncrease the size of the touch target to at least 24x24 pixels to make it easier for users to activate by touch.
Low

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 2 affected pages 2 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref REV03R
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Elementhtml > body > blockquote > p:nth-of-type(1) > a
Accessible name/llms.txt
Markup
<a href="/llms.txt" tabindex="-1">/llms.txt</a>
How to fixIncrease the touch target size of the interactive element to at least 24x24 pixels to make it easier to activate by touch on mobile devices.
Low

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 2 affected pages 2 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref T7GVOQ
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Elementdiv#content > span:nth-of-type(2) > a
Accessible name[email removed]
Markup
<a href="mailto:[email removed]" target="_blank" rel="noreferrer" class="link">[email removed]</a>
How to fixIncrease the size of the touch target to at least 24x24px to make it easier for users to tap on mobile devices. Consider adding padding or increasing the font size of the link to achieve this.
Low

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 2 affected pages 2 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref 8RGBTS
Affected pagehttps://support2.legora.com/fr/having-issues-viewing-content-on-support-legora-com
Elementhtml > body > div:nth-of-type(2) > a
Accessible namePasser au contenu principal
Markup
<a href="#content-area" class="sr-only focus:not-sr-only focus:fixed focus:top-2 focus:left-2 focus:z-50 focus:p-2 focus:text-sm focus:bg-background-light dark:focus:bg-background-dark focus:rounded-md focus:outline-primary dark:focus:outline-primary-light">Passer au contenu principal</a>
How to fixIncrease the size of the touch target to at least 24x24 pixels to make it easier for users to activate by touch.
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 2 affected pages 2 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref A4BE3Q
Affected pagehttps://support2.legora.com/fr/it-admin-guide-legora-s-new-authentication-protocol
Element.pagination-prev > .space-y-1.max-w-full.min-w-0 > .dark\:text-gray-200.truncate[data-component-part="pagination-title"]
Accessible namePourquoi ne puis-je pas me connecter à Legora ?
Markup
<div class="truncate font-medium text-gray-900 dark:text-gray-200" data-component-part="pagination-title">Pourquoi ne puis-je pas me connecter à Legora ?</div>
How to fixIncrease the contrast between the text color and the background color to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3. Consider using a color contrast analyzer tool to determine the optimal colors.
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 2 affected pages 2 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref 3H6YSE
Affected pagehttps://support2.legora.com/fr/it-admin-guide-legora-s-new-authentication-protocol
Element.dark\:group-hover\:text-gray-300.gap-x-1.flex-row-reverse > .font-medium[data-component-part="pagination-label"]
Accessible nameSuivant
Markup
<span class="font-medium" data-component-part="pagination-label">Suivant</span>
How to fixIncrease the contrast between the text color and the background color of the 'Suivant' pagination label to meet the minimum contrast ratio thresholds. Consider using a color contrast analyzer tool to determine the optimal colors.
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 2 affected pages 2 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref 95QZ3R
Affected pagehttps://support2.legora.com/fr/it-admin-guide-legora-s-new-authentication-protocol
Element.pagination-prev > .space-y-1.max-w-full.min-w-0 > .dark\:group-hover\:text-gray-300.gap-x-1.group-hover\:text-gray-600 > .font-medium[data-component-part="pagination-label"]
Accessible namePrécédent
Markup
<span class="font-medium" data-component-part="pagination-label">Précédent</span>
How to fixIncrease the contrast between the text color and background color of the 'Précédent' element to meet the minimum contrast ratio thresholds.
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 1 affected page 1 instance WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref 8YR4OJ
Affected pagehttps://support2.legora.com/it-admin-guide-legora-s-new-authentication-protocol
Elementol:nth-child(10) > li:nth-child(1)
Accessible nameLegora uses two separate callback URLs, one for each sign-in protocol. Add the one that matches your protocol (or both, if you’re not sure which your organization will use): https://sso.legora.com/api/oauth/saml — used only for SAML connections https://sso.legora.com/api/oauth/oidc — used only for OIDC connections (this is what Microsoft Entra ID uses)
Markup
<li>
How to fixTo improve the accessibility of this page, increase the contrast between the text color and the background color. This can be achieved by changing the CSS styles to use a darker or lighter color for the text or background, ensuring a minimum contrast ratio of 4.5:1 for normal text.

Keep support2.legora.com monitored

This is a point-in-time assessment. Evolize monitoring re-scans the site on a schedule, flags new and recurring issues, tracks changes over time, and verifies fixes after you make them.

Start monitoring
About this assessment.
  • Automated technical analysis of publicly accessible website surfaces only — no credentials, private systems, or source-code access.
  • Findings apply to the pages and states successfully inspected; automated analysis may not detect every accessibility issue.
  • Results reflect the site at the scan date and may have changed since.
  • This is technical information, not legal advice.

Request a correction or removal · How Evolize scans