您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

hacker-news-algolia.css 857B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. @-moz-document domain("hn.algolia.com") {
  2. body,
  3. .SearchFilters,
  4. .SearchHeader_search,
  5. .SearchHeader .SearchInput,
  6. .SearchResults,
  7. .Pagination {
  8. background-color: hsl(218deg 14% 18%);
  9. }
  10. .Story_title a {
  11. color: hsl(218deg 14% 43%);
  12. }
  13. li.Pagination_item-current button {
  14. color: hsl(218deg 14% 46%);
  15. border-color: hsl(218deg 14% 36%);
  16. }
  17. .SearchFilters_filters label,
  18. .Pagination_item button {
  19. border-color: hsl(218deg 14% 27%);
  20. }
  21. .SearchHeader .SearchIcon,
  22. .Footer, .Footer a,
  23. .SearchInput::placeholder,
  24. .Pagination_item button,
  25. .SearchHeader_settings a,
  26. .SearchFilters,
  27. .Dropdown_label,
  28. .Story_title .Story_link,
  29. .Story_meta, .Story_meta a,
  30. .Story_comment {
  31. color: hsl(218deg 14% 33%);
  32. }
  33. .SearchHeader_label,
  34. .SearchHeader_logo,
  35. .PoweredBy img {
  36. display: none;
  37. }
  38. }