Mercurial > p > roundup > code
diff doc/_static/style.css @ 7329:a3dbd44c3642
rejigger text and link colors to match WCAG AA.
A little darker on text color and lighter on the visited and link colors.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 11 May 2023 19:12:05 -0400 |
| parents | 49bc6d66f536 |
| children | ff5a50069822 |
line wrap: on
line diff
--- a/doc/_static/style.css Thu May 11 18:04:26 2023 -0400 +++ b/doc/_static/style.css Thu May 11 19:12:05 2023 -0400 @@ -81,7 +81,7 @@ body { background-color: #f5f5f5; - color: #222; + color: rgb(20,20,20); font-family: sans-serif, Arial, Helvetica; font-size: var(--_font-level-0); margin:0; @@ -116,9 +116,9 @@ /* style */ -:link { color: #bb0000; text-decoration: none;} +:link { color: rgb(220,0,0); text-decoration: none;} :link:hover {text-decoration: underline;} -:visited { color: #770000; text-decoration: none;} +:visited { color: rgb(187,0,0); text-decoration: none;} a.toc-backref { color: #000000; } .header h1 { margin-left: 1em; }
