diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -2328,9 +2328,17 @@ h3.files_location { #graph_content .container .mid .message a:hover{ text-decoration: none; } - -#content #graph_content .message .issue-tracker-link { - font-weight: bold !important; +#content #graph_content .message .revision-link, +#changeset_content .container .message .revision-link + { + color:#3F6F9F; + font-weight: bold !important; +} + +#content #graph_content .message .issue-tracker-link, +#changeset_content .container .message .issue-tracker-link{ + color:#3F6F9F; + font-weight: bold !important; } .right .comments-container{