Skip to content

Commit

Permalink
Updating font format on search result title links
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 28, 2024
1 parent 472a7f9 commit a6e3b58
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maps/style.css.map

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions scss/style/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1513,6 +1513,16 @@ th {
text-decoration: none;
}

.search-content .entry-title a
{
color: #0073e5;
font-size: 24px;
}
.search-content .entry-title a:hover
{
text-decoration: underline;
}

.entry-title a:focus,
.entry-title a:active,
.entry-title a:hover {
Expand Down
2 changes: 1 addition & 1 deletion style.css

Large diffs are not rendered by default.

0 comments on commit a6e3b58

Please sign in to comment.