diff --git a/app/static/css/styles.css b/app/static/css/styles.css index d8ae809..dc75529 100644 --- a/app/static/css/styles.css +++ b/app/static/css/styles.css @@ -2225,6 +2225,11 @@ input:checked + .toggle-bg { --tw-gradient-to-position: ; } +.to-yellow-500 { + --tw-gradient-to: #C27803 var(--tw-gradient-to-position); + --tw-gradient-to-position: ; +} + .fill-yellow-300 { fill: #FACA15; } diff --git a/app/templates/header.html b/app/templates/header.html index 9dcdf37..ad739b0 100644 --- a/app/templates/header.html +++ b/app/templates/header.html @@ -31,9 +31,15 @@ + + Connect wallet + {% endif %} {% if current_user.is_authenticated %}