From 88889a9b0eab21a99f11af713931cb5535e479fa Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 13 Feb 2017 20:54:36 +0500 Subject: PLT-5470 - Timestamps not visible on dark theme (#5379) * PLT-5277 - Adjusting textbox on tablet view * PLT-5277 - Adjusting text area on mobile view * PLT-5097 - Updating styles for remove image * PLT-5217 - Updating styles for mobile code block * PLT-5470 - Timestamps not visible on dark theme --- webapp/sass/layout/_post.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss index 5d6c12421..7915b7150 100644 --- a/webapp/sass/layout/_post.scss +++ b/webapp/sass/layout/_post.scss @@ -1200,13 +1200,17 @@ } .post__permalink { - color: #333; - &:hover, &:focus { - color: #333; + color: inherit; + + &:hover, + &:focus { + color: inherit; } + &:focus { text-decoration: none; } + &:hover { text-decoration: underline; } -- cgit v1.2.3-1-g7c22