Facepunch Commits—Better readability

Commit descriptions adjusted: dark text on light background.

  1. /* ==UserStyle==
  2. @name Facepunch Commits—Better readability
  3. @namespace github.com/openstyles/stylus
  4. @version 1.0.3
  5. @description Commit descriptions adjusted: dark text on light background.
  6. @author sK6g6Z6IXv2JA8eH
  7. ==/UserStyle== */
  8. @-moz-document domain("commits.facepunch.com") {
  9. .commit.columns > .column:last-of-type {
  10. background-color: #f3f2f1;
  11. }
  12. .commit .repository {
  13. font-weight: normal;
  14. margin-bottom: 0.5em;
  15. }
  16. .commit .repository .repo a {
  17. color: #7cb43c;
  18. }
  19. .commit .repository .branch a {
  20. color: #dba400;
  21. }
  22. .commit .repository * a:hover {
  23. color: #383c42 !important;
  24. }
  25. .commit .commits-message {
  26. font-size: 0.9rem;
  27. color: #383c42;
  28. }
  29. .likes .like-button {
  30. color: rgba(56, 60, 66, .5);
  31. }
  32. .likes .like-button.current {
  33. color: #7cb43c;
  34. }
  35. .likes .like-button.current i {
  36. color: #7cb43c;
  37. }
  38. .likes .like-button i {
  39. color: rgba(56, 60, 66, .8);
  40. }
  41. .likes .like-button:hover {
  42. background-color: rgba(175, 175, 175, .2);
  43. border: 1px solid rgba(175, 175, 175, .3);
  44. color: #000;
  45. }
  46. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址