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
No known key found for this signature in database
GPG Key ID: 08DA831E717571EE
4 changed files with 433 additions and 3 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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

View File

@ -54,7 +54,7 @@
{% endif %} {% endif %}
{% endblock %} {% 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> </head>
<body> <body>
<!--[if lt IE 7]> <!--[if lt IE 7]>