| ... | ... | @@ -5,6 +5,14 @@ |
| 5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> |
| 6 | 6 | <title>Documentation - The Zig Programming Language</title> |
| 7 | 7 | <style type="text/css"> |
| 8 | body{ |
| 9 | background-color:#111; |
| 10 | color: #bbb; |
| 11 | } |
| 12 | a { |
| 13 | color: #88f; |
| 14 | text-decoration: none; |
| 15 | } |
| 8 | 16 | table, th, td { |
| 9 | 17 | border-collapse: collapse; |
| 10 | 18 | border: 1px solid grey; |
| ... | ... | @@ -39,8 +47,8 @@ |
| 39 | 47 | |
| 40 | 48 | overflow-x: auto; |
| 41 | 49 | padding: 0.5em; |
| 42 | | color: #333; |
| 43 | | background: #f8f8f8; |
| 50 | color: #ccc; |
| 51 | background: #222; |
| 44 | 52 | } |
| 45 | 53 | .table-wrapper { |
| 46 | 54 | width: 100%; |
| ... | ... | @@ -48,31 +56,31 @@ |
| 48 | 56 | } |
| 49 | 57 | |
| 50 | 58 | .tok-kw { |
| 51 | | color: #333; |
| 59 | color: #eee; |
| 52 | 60 | font-weight: bold; |
| 53 | 61 | } |
| 54 | 62 | .tok-str { |
| 55 | | color: #d14; |
| 63 | color: #2e5; |
| 56 | 64 | } |
| 57 | 65 | .tok-builtin { |
| 58 | | color: #0086b3; |
| 66 | color: #ff894c; |
| 59 | 67 | } |
| 60 | 68 | .tok-comment { |
| 61 | | color: #998; |
| 69 | color: #aa7; |
| 62 | 70 | font-style: italic; |
| 63 | 71 | } |
| 64 | 72 | .tok-fn { |
| 65 | | color: #900; |
| 73 | color: #e33; |
| 66 | 74 | font-weight: bold; |
| 67 | 75 | } |
| 68 | 76 | .tok-null { |
| 69 | | color: #008080; |
| 77 | color: #ff8080; |
| 70 | 78 | } |
| 71 | 79 | .tok-number { |
| 72 | | color: #008080; |
| 80 | color: #ff8080; |
| 73 | 81 | } |
| 74 | 82 | .tok-type { |
| 75 | | color: #458; |
| 83 | color: #68f; |
| 76 | 84 | font-weight: bold; |
| 77 | 85 | } |
| 78 | 86 | |
| ... | ... | @@ -103,6 +111,14 @@ |
| 103 | 111 | border-bottom: 1px solid grey; |
| 104 | 112 | } |
| 105 | 113 | } |
| 114 | h1 a, h2 a, h3 a, h4 a, h5 a { |
| 115 | text-decoration: none; |
| 116 | color: #aaa; |
| 117 | } |
| 118 | #nav a { |
| 119 | color: #aaa; |
| 120 | text-decoration: none; |
| 121 | } |
| 106 | 122 | </style> |
| 107 | 123 | </head> |
| 108 | 124 | <body> |