Docs for lists.

This commit is contained in:
Bob Nystrom
2014-01-31 17:51:09 -08:00
parent 25a6565f9f
commit 3bc79af83a
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;