De-duplicate article tags, highlight anchor tags in light blue within article

This commit is contained in:
2023-11-26 17:36:27 -06:00
parent 41cc729f3a
commit 40f503bcf2
3 changed files with 6 additions and 4 deletions

View File

@@ -147,6 +147,10 @@ hr {
color: white;
}
article a {
color: #90bcff;
}
hr {
font-size: 1.5em;
margin: 1rem 0;