Skip to content

Commit

Permalink
style(next): tweak the paths displayed in the search section
Browse files Browse the repository at this point in the history
  • Loading branch information
adoriandoran committed Dec 11, 2024
1 parent 0a02c25 commit 5126cd4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/public/stylesheets/theme-next/shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -1220,4 +1220,15 @@ body .calendar-dropdown-widget .calendar-body a:hover {
font-family: boxicons;
opacity: .75;
transform: translateY(4%);
}

/* Search */

.search-result-widget-content .note-path .path-bracket {
display: inline;
}

.search-result-widget-content .note-path {
opacity: .75;
font-weight: normal;
}

0 comments on commit 5126cd4

Please # to comment.