diff --git a/api/index.css b/api/index.css index d064c07..40ae2d8 100644 --- a/api/index.css +++ b/api/index.css @@ -41,7 +41,7 @@ body { /* Header Styles */ .main-header { background-color: var(--secondary-color); - border-bottom: var(--border-width) solid var(--border-color); + padding: 15px 20px; position: sticky; top: 0; @@ -269,7 +269,7 @@ button:disabled { } .flash-red { - animation: flash-red 0.5s ease-in-out; + animation: flash-red 1s ease-in-out; } /* Flash animation for updated statistics values */ @@ -280,7 +280,7 @@ button:disabled { } .flash-value { - animation: flash-value 0.5s ease-in-out; + animation: flash-value 1s ease-in-out; } /* Npub links styling */ diff --git a/api/index.html b/api/index.html index 20040a2..19a19aa 100644 --- a/api/index.html +++ b/api/index.html @@ -43,7 +43,6 @@