diff -r 63fad6235369 -r 6b77adc2c7b5 mercurial/templates/static/style.css --- a/mercurial/templates/static/style.css Tue Jun 21 17:15:51 2016 +0100 +++ b/mercurial/templates/static/style.css Thu Jun 02 16:26:50 2016 +0200 @@ -10,6 +10,8 @@ .minusline { color: red; } .atline { color: purple; } .annotate { font-size: smaller; text-align: right; padding-right: 1em; } +tr.thisrev a { color:#999999; text-decoration: none; } +tr.thisrev pre { color:#009900; } .buttons a { background-color: #666; padding: 2pt;