diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 7f17e4d..78c6665 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -560,6 +560,7 @@ th[data-sort] { } @media (min-width:1200px) { .pr_comment_form .card, .inline-pr-comment .card{max-width:680px} +} #watch_project a { cursor: pointer; @@ -570,3 +571,7 @@ th[data-sort] { line-height: 1.42857143; vertical-align: middle; } + +a.nav-link.btn{ + color:white!important; +} diff --git a/pagure/templates/master.html b/pagure/templates/master.html index 76b678a..f482315 100644 --- a/pagure/templates/master.html +++ b/pagure/templates/master.html @@ -34,25 +34,25 @@