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 @@ -2667,6 +2667,9 @@ BIN_FILENODE = 6 text-decoration: none; } +#compare_branches + .table .revision-link, +#compare_tags + .table .revision-link, +#compare_bookmarks + .table .revision-link, #repos_list_wrap .revision-link, #shortlog_data .revision-link { font-weight: normal !important; diff --git a/kallithea/templates/bookmarks/bookmarks_data.html b/kallithea/templates/bookmarks/bookmarks_data.html --- a/kallithea/templates/bookmarks/bookmarks_data.html +++ b/kallithea/templates/bookmarks/bookmarks_data.html @@ -28,7 +28,7 @@