summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-02-13 20:54:36 +0500
committerCorey Hulen <corey@hulen.com>2017-02-13 10:54:36 -0500
commit88889a9b0eab21a99f11af713931cb5535e479fa (patch)
tree9e32f475ae021573af6bce2f6fad72539734b0dc /webapp
parente4effd0c15a188eeec7a11f281e529afd6a54f80 (diff)
downloadchat-88889a9b0eab21a99f11af713931cb5535e479fa.tar.gz
chat-88889a9b0eab21a99f11af713931cb5535e479fa.tar.bz2
chat-88889a9b0eab21a99f11af713931cb5535e479fa.zip
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
Diffstat (limited to 'webapp')
-rw-r--r--webapp/sass/layout/_post.scss10
1 files 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;
}