Skip to content

Commit 00a3d10

Browse files
committed
Update top banner styles with background color and focus state
1 parent dc94188 commit 00a3d10

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

static/css/devportal2024-v1.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/_top-banner.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,9 @@
119119

120120
.web-banner a {
121121
text-decoration: none;
122+
background-color: var(--XRPL-Secondary-Blue-Purple, #7919FF);
123+
}
124+
// to avoid a focus outline causing the background to turn white
125+
.web-banner:focus, .web-banner:active {
126+
background-color: var(--XRPL-Secondary-Blue-Purple, #7919FF) !important;
122127
}

0 commit comments

Comments
 (0)