# HG changeset patch # User Mads Kiilerich # Date 2016-09-12 17:41:19 # Node ID 07893d0f34fda3fb803c575de509ae6f53b7aee5 # Parent 89a548ea164bdf3c9182b8c5395f6e73584d8b92 style: give linked changeset_hash some color instead of black Kinda related to 17f9f921a538. diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -1931,10 +1931,6 @@ h3.files_location { text-align: right; } -.changeset_hash { - color: #000000; -} - #changeset_content { border-left: 1px solid #CCC; border-right: 1px solid #CCC;