contrast

Easily calculate color contrast ratios  https://p.ce9e.org/contrast/
git clone https://git.ce9e.org/contrast.git

commit
7db0ce66f8ed02c31e79ce550a9edd84c440a0aa
parent
24ecc69de659e3a4ffce4d09a671fd98291a4ea2
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-11-10 15:54
WCAG link now points to 2.2

Diffstat

M index.html 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/index.html b/index.html

@@ -29,7 +29,7 @@
   29    29 
   30    30 	<div id="display">
   31    31 		<p>This sample text attempts to visually demonstrate how readable this color combination is, for normal, <i>italic</i>, <b>bold</b>, or <small>small</small> text.</p>
   32    -1 		<p><a href="https://www.w3.org/TR/WCAG/#contrast-minimum">WCAG 2.1 on contrast ratio</a></p>
   -1    32 		<p><a href="https://www.w3.org/TR/WCAG/#contrast-minimum">WCAG on contrast ratio</a></p>
   33    33 	</div>
   34    34 
   35    35 	<script src="contrast.js" type="module"></script>