From ad247fb269046be2868bbd60d1e7b29e8446bca1 Mon Sep 17 00:00:00 2001 From: smanylov Date: Wed, 15 Apr 2026 19:48:24 +0700 Subject: [PATCH] add hover effect for tokens button --- src/app/styles/header.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/styles/header.scss b/src/app/styles/header.scss index c9f26da..d0c4e34 100644 --- a/src/app/styles/header.scss +++ b/src/app/styles/header.scss @@ -90,6 +90,11 @@ @media (max-width: 440px) { padding: 8px; } + + &:hover { + background: v.$p-color; + color: v.$white; + } } .tokens-count {