mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-30 18:52:40 +00:00
Styling code / em /strong tags inside links
This commit is contained in:
parent
8f1db05670
commit
5c8c18a7c1
@ -109,7 +109,7 @@ em {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
a {
|
||||
a, a > code, a > em, a > strong {
|
||||
color: #33b5e5; }
|
||||
a:hover {
|
||||
color: #33b5e5; }
|
||||
|
430
static/bundle-SHORTSHA1-f551adb.css
Normal file
430
static/bundle-SHORTSHA1-f551adb.css
Normal file
File diff suppressed because one or more lines are too long
@ -24,7 +24,7 @@ em {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
a {
|
||||
a, a > code, a > em, a > strong {
|
||||
color: #33b5e5; }
|
||||
a:hover {
|
||||
color: #33b5e5; }
|
||||
|
@ -54,7 +54,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/theme/bundle-SHORTSHA1-696f21a.css">
|
||||
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/theme/bundle-SHORTSHA1-f551adb.css">
|
||||
</head>
|
||||
<body>
|
||||
<!--[if lt IE 7]>
|
||||
|
Loading…
Reference in New Issue
Block a user