diff --git a/pagure/static/koji.css b/pagure/static/koji.css index ed22541..a39e7e1 100644 --- a/pagure/static/koji.css +++ b/pagure/static/koji.css @@ -18,7 +18,7 @@ body { } a, a:visited, a:hover { - color: #0066CC!important; + color: #0066CC; text-decoration: none; } diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 0470a44..f6cd533 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -855,3 +855,15 @@ span.CONFLICTS { .ui-widget-content { color: #666!important; } + +.tabs .ui-widget-content a{ + color: #0066CC!important; +} + +.tabs .ui-state-hover a:hover{ + color: white; +} + +.tabs .ui-tabs-active a:hover{ + color: #e59728!important; +}