blue-link.css 370 B

1234567891011121314151617181920212223
  1. /* This code is dedicated to the Public Domain. */
  2. body {
  3. line-height: 1.5;
  4. font-family: monospace;
  5. }
  6. h1, h2, h3, p {
  7. font-size: inherit;
  8. font-weight: inherit;
  9. }
  10. pre {
  11. font-family: monospace;
  12. tab-size: 4;
  13. margin-left: 2ch;
  14. }
  15. a {
  16. font-family: inherit;
  17. color: #375EAB; /* the color used by golang.org */
  18. text-decoration: none;
  19. }