fix #CSS for links in ~calm~ theme

This commit is contained in:
Simon Grim 2015-08-10 02:38:07 +05:00
parent 252c347600
commit 3f20e20945

View File

@ -1272,7 +1272,7 @@ textarea.splited-post {
} }
/* external http links */ /* external http links */
.post-text a[href^="http"] { .post-text a {
font: italic 13px "Open Sans", sans-serif; font: italic 13px "Open Sans", sans-serif;
text-decoration: none; text-decoration: none;
color: #b46e67; color: #b46e67;
@ -1283,7 +1283,7 @@ textarea.splited-post {
transition: all 200ms; transition: all 200ms;
} }
.post-text a[href^="http"]:hover { .post-text a:hover {
color: #e18881; color: #e18881;
opacity: .8; opacity: .8;
} }