SearchPageBase.module.scss 326 B

12345678910111213141516
  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(
  11. transparent 40%,
  12. var(--grw-marker-bg, var(--grw-marker-bg-yellow)) 40%);
  13. }
  14. }