diff --git a/packages/website/_includes/default.html b/packages/website/_includes/default.html index 6476667..6c4a65a 100644 --- a/packages/website/_includes/default.html +++ b/packages/website/_includes/default.html @@ -150,7 +150,7 @@ min-height: 97vh; } .hero a { - color: white; + color: rgba(255,255,255,0.8); } .header { min-width: 45ch; @@ -168,6 +168,7 @@ text-transform: uppercase; transition: 0.25s ease; color: rgba(0, 0, 0, 0.7); + font-weight: 800; } .btn:not(.disabled):hover { @@ -175,7 +176,7 @@ } .download-btn { - color: white; + color: rgba(255,255,255,0.8); background: linear-gradient(to bottom, #4d7bd6, #3c5d9e); border: 2px solid #32508b; border-bottom-color: #4870b3;