SearchPageBase.module.scss 271 B

1234567891011121314
  1. @use '@growi/ui/scss/molecules/page_list';
  2. .page-list :global {
  3. .highlighted-keyword {
  4. font-style: normal;
  5. font-weight: bold;
  6. }
  7. }
  8. .search-result-content :global {
  9. .highlighted-keyword {
  10. background:linear-gradient(transparent 40%, #FCF0C0 40%);
  11. }
  12. }