mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-16 09:45:51 +00:00
Update top banner styles with background color and focus state
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user