Adds tag pages example

This commit is contained in:
Zach Leatherman
2018-06-11 08:08:15 -05:00
parent 80ea652463
commit 75243f298d
5 changed files with 27 additions and 4 deletions

View File

@ -168,6 +168,11 @@ pre {
background-color: var(--red);
color: var(--white);
border-radius: 0.25em; /* 3px /12 */
text-decoration: none;
}
a[href].tag,
a[href].tag:visited {
color: #fff;
}
/* Warning */
@ -177,4 +182,4 @@ pre {
}
.warning ol:only-child {
margin: 0;
}
}