1234567891011121314151617181920212223 |
- /* This code is dedicated to the Public Domain. */
- body {
- line-height: 1.5;
- font-family: monospace;
- }
- h1, h2, h3, p {
- font-size: inherit;
- font-weight: inherit;
- }
- pre {
- font-family: monospace;
- tab-size: 4;
- margin-left: 2ch;
- }
- a {
- font-family: inherit;
- color: #375EAB; /* the color used by golang.org */
- text-decoration: none;
- }
|