diff --git a/pagure/static/koji.css b/pagure/static/koji.css index 97833dc..ed22541 100644 --- a/pagure/static/koji.css +++ b/pagure/static/koji.css @@ -13,12 +13,12 @@ body { padding: 0px; font-size: small; font-family: Cantarell, sans-serif; - color: #666; + color: #666!important; background: #fff url(header-bg.png) repeat-x; } a, a:visited, a:hover { - color: #0066CC; + color: #0066CC!important; text-decoration: none; } diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 9113495..ac554e2 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -544,6 +544,7 @@ request_comment p { background: -ms-linear-gradient(top, #ededed 0%,#fff 100%); /* IE10+ */ background: linear-gradient(to bottom, #ededed 0%,#fff 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#fff',GradientType=0 ); /* IE6-9 */ + font-family: Cantarell,sans-serif; } .issue_action,