Skip to content

Commit

Permalink
fix: button links focus text visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ptamarit authored and kpsherva committed May 28, 2024
1 parent 35cbb32 commit ec93640
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,7 @@ footer nav li.title {
font-weight: 200;
}
.goto-button a:hover,
.goto-button a:focus,
.goto-button a:active {
color: white;
}
Expand All @@ -805,6 +806,7 @@ footer nav li.title {
display: inline-flex;
}
.goto-icon-button-a:hover i,
.goto-icon-button-a:focus i,
.goto-icon-button-a:active i {
color: white !important;
background-color: #0377cd;
Expand Down

0 comments on commit ec93640

Please sign in to comment.