Update top banner styles with background color and focus state

This commit is contained in:
akcodez
2025-02-14 08:53:27 -08:00
parent dc94188201
commit 00a3d10277
2 changed files with 6 additions and 1 deletions

View File

@@ -119,4 +119,9 @@
.web-banner a {
text-decoration: none;
background-color: var(--XRPL-Secondary-Blue-Purple, #7919FF);
}
// to avoid a focus outline causing the background to turn white
.web-banner:focus, .web-banner:active {
background-color: var(--XRPL-Secondary-Blue-Purple, #7919FF) !important;
}