Skip to content

Commit

Permalink
apply the correct anchor color on search page
Browse files Browse the repository at this point in the history
  • Loading branch information
yl5682 committed Jan 28, 2025
1 parent 500d375 commit 17f7641
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/static/css/readux2/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ form#search-form input[type="search"][name="q"] {
font-family: "Helvetica Neue";
font-size: 13px;
margin-top: 0.65rem;

a {
color: #1D3557;
}
}

#search-filters select[multiple] {
Expand Down Expand Up @@ -263,4 +267,5 @@ ol#search-results dl {
&:active {
background-color: darken(#E60000, 25%);
}
}
}

0 comments on commit 17f7641

Please sign in to comment.