Skip to content

Commit

Permalink
Style Changes on results
Browse files Browse the repository at this point in the history
  • Loading branch information
justdaksh committed Oct 1, 2023
1 parent b5c5647 commit 28b2a20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/_static/searchtester.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ style.textContent = `
--color-on-hover: #0056b3;
--color-of-separator: #777;
--color-of-lastbreadcrumb: #CECECE;
--font-size-title-m: 22px;
}
/* Breadcrumb container */
Expand Down Expand Up @@ -159,15 +160,16 @@ style.textContent = `
/*Heading of the results*/
h3.ellipsis.title-m{
color: var(--pst-color-primary);
}
font-size: var(--font-size-title-m);
}
/*Subheading of the results*/
.sw-paragraph-result {
color: var(--pst-color-primary);
}
/*Gap between results*/
.results, .search-results {
gap: var(--rhythm-4);
gap: var(--rhythm-7);
}
/*Gap between widget and answer generation*/
.sw-initial-answer {
Expand Down

0 comments on commit 28b2a20

Please sign in to comment.