Browse Source

fix(static/css/poole): Contrast issues

Ensures that the contrast ratio is at least 4.5:1 (so that is complies with WCAG 2.0: https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html).
Sorin Davidoi 5 years ago
parent
commit
a56b6f866f
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      static/css/poole.css

+ 4
- 4
static/css/poole.css View File

68
 
68
 
69
 /* No `:visited` state is required by default (browsers will use `a`) */
69
 /* No `:visited` state is required by default (browsers will use `a`) */
70
 a {
70
 a {
71
-  color: #268bd2;
71
+  color: #227bb9;
72
   text-decoration: none;
72
   text-decoration: none;
73
 }
73
 }
74
 /* `:focus` is linked to `:hover` for basic accessibility */
74
 /* `:focus` is linked to `:hover` for basic accessibility */
153
 code {
153
 code {
154
   padding: .25em .5em;
154
   padding: .25em .5em;
155
   font-size: 85%;
155
   font-size: 85%;
156
-  color: #bf616a;
156
+  color: #b3555e;
157
   background-color: #f9f9f9;
157
   background-color: #f9f9f9;
158
   border-radius: 3px;
158
   border-radius: 3px;
159
 }
159
 }
323
   display: block;
323
   display: block;
324
   margin-top: -.5rem;
324
   margin-top: -.5rem;
325
   margin-bottom: 1rem;
325
   margin-bottom: 1rem;
326
-  color: #9a9a9a;
326
+  color: #757575;
327
 }
327
 }
328
 
328
 
329
 /* Related posts */
329
 /* Related posts */
344
   color: #999;
344
   color: #999;
345
 }
345
 }
346
 .related-posts li a:hover {
346
 .related-posts li a:hover {
347
-  color: #268bd2;
347
+  color: #227bb9;
348
   text-decoration: none;
348
   text-decoration: none;
349
 }
349
 }
350
 .related-posts li a:hover small {
350
 .related-posts li a:hover small {