Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions website/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ body{
color: #dd4252;
}

.sponsor-hunt{
color: #dd4252;
}

a:hover{
color: #009688;
}
Expand Down
3 changes: 3 additions & 0 deletions website/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
</a>

{% endif %}
<li style="float:left;">
<a href="/start" class="sponsor-hunt">Sponsor a Bug Hunt</a>
</li>
<li style="float:right;"><a id="chrome_ext" href="https://chrome.google.com/webstore/detail/bugheist/bififchikfckcnblimmncopjinfgccme?hl=en" target="_new" class="chrome-plugin">
+ Add to chrome
</a></li>
Expand Down
3 changes: 0 additions & 3 deletions website/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ <h1 class="page-sub-header">Featured Websites
</div>

</div>
<a href="/start">
<button type="submit" class="btn btn-default btn-danger submit_button" style=" height:43px; font-size:14px;">Sponsor a Bug Hunt</button>
</a>
<div class="row">
<div class="col-lg-12">
<h1 class="page-sub-header">Activity</h1>
Expand Down