mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2026-05-22 13:47:56 +00:00
Styling code / em /strong tags inside links
This commit is contained in:
@@ -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
+1
-1
@@ -24,7 +24,7 @@ em {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
a {
|
||||
a, a > code, a > em, a > strong {
|
||||
color: #33b5e5; }
|
||||
a:hover {
|
||||
color: #33b5e5; }
|
||||
|
||||
Reference in New Issue
Block a user