Avoid name clash with tag in HTML syntax highlighting

This commit is contained in:
Andrea Verlicchi 2020-06-05 22:49:02 +02:00 committed by GitHub
parent 27b93ce80c
commit 764c3a0e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ pre {
/* Tags */ /* Tags */
.tag { .post-tag {
display: inline-block; display: inline-block;
vertical-align: text-top; vertical-align: text-top;
text-transform: uppercase; text-transform: uppercase;
@ -193,8 +193,8 @@ pre {
border-radius: 0.25em; /* 3px /12 */ border-radius: 0.25em; /* 3px /12 */
text-decoration: none; text-decoration: none;
} }
a[href].tag, a[href].post-tag,
a[href].tag:visited { a[href].post-tag:visited {
color: #fff; color: #fff;
} }