Skip to content

Commit cccc4a0

Browse files
committed
rejigger text and link colors to match WCAG AA.
A little darker on text color and lighter on the visited and link colors.
1 parent 8c0c23c commit cccc4a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/_static/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ h4 {
8181
body
8282
{
8383
background-color: #f5f5f5;
84-
color: #222;
84+
color: rgb(20,20,20);
8585
font-family: sans-serif, Arial, Helvetica;
8686
font-size: var(--_font-level-0);
8787
margin:0;
@@ -116,9 +116,9 @@ main {
116116

117117
/* style */
118118

119-
:link { color: #bb0000; text-decoration: none;}
119+
:link { color: rgb(220,0,0); text-decoration: none;}
120120
:link:hover {text-decoration: underline;}
121-
:visited { color: #770000; text-decoration: none;}
121+
:visited { color: rgb(187,0,0); text-decoration: none;}
122122
a.toc-backref { color: #000000; }
123123

124124
.header h1 { margin-left: 1em; }

website/www/_static/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ h4 {
8181
body
8282
{
8383
background-color: #f5f5f5;
84-
color: #222;
84+
color: rgb(20,20,20);
8585
font-family: sans-serif, Arial, Helvetica;
8686
font-size: var(--_font-level-0);
8787
margin:0;
@@ -116,9 +116,9 @@ main {
116116

117117
/* style */
118118

119-
:link { color: #bb0000; text-decoration: none;}
119+
:link { color: rgb(220,0,0); text-decoration: none;}
120120
:link:hover {text-decoration: underline;}
121-
:visited { color: #770000; text-decoration: none;}
121+
:visited { color: rgb(187,0,0); text-decoration: none;}
122122
a.toc-backref { color: #000000; }
123123

124124
.header h1 { margin-left: 1em; }

0 commit comments

Comments
 (0)