diff --git a/src/style.css b/src/style.css index f374c6dff..87e0ff89e 100644 --- a/src/style.css +++ b/src/style.css @@ -60,7 +60,7 @@ body { .card:target { scroll-margin-top: 4.5rem; - border-color: #1595fe; + border-color: #1178cc; } .card-body p { diff --git a/templates/index.html.jinja b/templates/index.html.jinja index adb14c9f9..3e25c62de 100644 --- a/templates/index.html.jinja +++ b/templates/index.html.jinja @@ -14,15 +14,15 @@

{% if project.built %} - View + View • {% endif %} {% if project.contribution_link %} - Contribute + Contribute {% elif project.uses_platform %} - Contribute + Contribute {% else %} - Contribute + Contribute {% endif %}