Mercurial > p > roundup > code
comparison website/www/_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 | 4295ac110551 |
comparison
equal
deleted
inserted
replaced
| 7328:ce156ad03cb6 | 7329:a3dbd44c3642 |
|---|---|
| 79 } | 79 } |
| 80 | 80 |
| 81 body | 81 body |
| 82 { | 82 { |
| 83 background-color: #f5f5f5; | 83 background-color: #f5f5f5; |
| 84 color: #222; | 84 color: rgb(20,20,20); |
| 85 font-family: sans-serif, Arial, Helvetica; | 85 font-family: sans-serif, Arial, Helvetica; |
| 86 font-size: var(--_font-level-0); | 86 font-size: var(--_font-level-0); |
| 87 margin:0; | 87 margin:0; |
| 88 padding: 0 3em 0 14em; | 88 padding: 0 3em 0 14em; |
| 89 } | 89 } |
| 114 line-height: calc(1.5 * 1em); | 114 line-height: calc(1.5 * 1em); |
| 115 } | 115 } |
| 116 | 116 |
| 117 /* style */ | 117 /* style */ |
| 118 | 118 |
| 119 :link { color: #bb0000; text-decoration: none;} | 119 :link { color: rgb(220,0,0); text-decoration: none;} |
| 120 :link:hover {text-decoration: underline;} | 120 :link:hover {text-decoration: underline;} |
| 121 :visited { color: #770000; text-decoration: none;} | 121 :visited { color: rgb(187,0,0); text-decoration: none;} |
| 122 a.toc-backref { color: #000000; } | 122 a.toc-backref { color: #000000; } |
| 123 | 123 |
| 124 .header h1 { margin-left: 1em; } | 124 .header h1 { margin-left: 1em; } |
| 125 | 125 |
| 126 .menu { padding: 0; margin-right: 1em;} | 126 .menu { padding: 0; margin-right: 1em;} |
