Skip to content

Commit 93a2ccf

Browse files
authored
Merge pull request #55 from topcoder-platform/issues-613
Issues-613: Fixed link colors for user content
2 parents 6821cd8 + 86d2462 commit 93a2ccf

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

design/custom.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

design/custom.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/base/_messageList.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,9 @@
246246
}
247247

248248

249-
.Message.userContent {
250-
a {
249+
.Message.userContent, .CommentFormWrap .Preview {
250+
a, a:hover, a:focus {
251+
font-size: $global-large_fontSize;
251252
color: $global-blue;
252253
text-decoration: underline;
253254
}

0 commit comments

Comments
 (0)