Le blog de Victor Héry https://blog.victor-hery.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
392 B

  1. #lunr-search-result {
  2. & div.lunr-search-result-item {
  3. margin: 0 0 20px 0;
  4. }
  5. & p.lunr-result-fail,
  6. & p.lunr-search-result-item-body {
  7. font-family: var(--serifFontFamily);
  8. font-size: rfs(1rem);
  9. line-height: 1.6;
  10. text-transform: none;
  11. margin: 10px 0 0 0;
  12. }
  13. & p.lunr-result-fail {
  14. color: maroon;
  15. text-align: center;
  16. font-size: rfs(1.125rem);
  17. }
  18. }