Styling code / em /strong tags inside links

This commit is contained in:
Lucas Cimon
2019-02-11 12:20:32 +01:00
parent 8f1db05670
commit 5c8c18a7c1
4 changed files with 433 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ em {
color: #444;
}
a {
a, a > code, a > em, a > strong {
color: #33b5e5; }
a:hover {
color: #33b5e5; }

File diff suppressed because one or more lines are too long

View File

@@ -24,7 +24,7 @@ em {
color: #444;
}
a {
a, a > code, a > em, a > strong {
color: #33b5e5; }
a:hover {
color: #33b5e5; }