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
This commit is contained in:
Asaad Mahmood
2017-02-13 20:54:36 +05:00
committed by Corey Hulen
parent e4effd0c15
commit 88889a9b0e

View File

@@ -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;
}