docs: add comprehensive list documentation and header anchor links in style

This commit is contained in:
Bob Nystrom
2014-02-01 01:51:09 +00:00
parent b89aac569b
commit 2538922db5
3 changed files with 96 additions and 1 deletions
+14
View File
@@ -24,6 +24,7 @@ h3 {
h1, h2, h3 {
color: hsl(195, 90%, 50%);
outline: none;
}
a {
@@ -35,6 +36,19 @@ a:hover {
color: hsl(195, 70%, 40%);
}
.header-anchor {
display: none;
}
h2:hover > .header-anchor, h3:hover > .header-anchor {
display: inline;
color: hsl(195, 30%, 90%);
}
h2:hover > .header-anchor:hover, h3:hover > .header-anchor:hover {
color: hsl(195, 70%, 40%);
}
p, li {
font: 17px/26px "Source Sans Pro", georgia, serif;
margin: 10px 0;