From 3f20e2094501588149fb51a09876bcc97c3a7368 Mon Sep 17 00:00:00 2001 From: Simon Grim Date: Mon, 10 Aug 2015 02:38:07 +0500 Subject: [PATCH] fix #CSS for links in ~calm~ theme --- theme_calm/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme_calm/css/style.css b/theme_calm/css/style.css index 3126fde..c8298b8 100644 --- a/theme_calm/css/style.css +++ b/theme_calm/css/style.css @@ -1272,7 +1272,7 @@ textarea.splited-post { } /* external http links */ -.post-text a[href^="http"] { +.post-text a { font: italic 13px "Open Sans", sans-serif; text-decoration: none; color: #b46e67; @@ -1283,7 +1283,7 @@ textarea.splited-post { transition: all 200ms; } -.post-text a[href^="http"]:hover { +.post-text a:hover { color: #e18881; opacity: .8; }