diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 14f688ab9..8291ee49d 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -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; } \ No newline at end of file