We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24e7d8 commit 826905bCopy full SHA for 826905b
CONTRIBUTING.md
@@ -2,7 +2,7 @@
2
3
## Sorting
4
5
-Don't bother sorting the file. Every now and then I'll sort and clean it up.
+Don't bother sorting the files. Every now and then I'll sort and clean up.
6
7
## License
8
index.html
@@ -17,7 +17,8 @@
17
}
18
.permalink {
19
font-size: .5em;
20
- color: #ddd;
+ /* ensure compliance w/ AAA WCAG standards for accessible text */
21
+ color: #595959;
22
line-height: 1em;
23
24
.permalink a {
0 commit comments