authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-10-08 19:04:35-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-10-08 19:04:35-04:00
logcdaaf7c725660de4a9c081abe1ee4078352905c5
tree1891a5a2c2359da6c22a43df96b5886a4e2d3456
parente0f0e2aace9e819545388c46547188ee6296178b
signaturelock-open Commit is signed but in an unrecognized format.

generated docs: consistent coloring


1 files changed, 16 insertions(+), 6 deletions(-)

lib/std/special/docs/index.html+16-6
...@@ -59,23 +59,25 @@...@@ -59,23 +59,25 @@
59 margin: 0.5em 0 0 0;59 margin: 0.5em 0 0 0;
60 padding: 0;60 padding: 0;
61 overflow: hidden;61 overflow: hidden;
62 background-color: #333;62 background-color: #f1f1f1;
63 }63 }
64 #listNav li {64 #listNav li {
65 float:left;65 float:left;
66 }66 }
67 #listNav li a {67 #listNav li a {
68 display: block;68 display: block;
69 color: #fff;69 color: #000;
70 text-align: center;70 text-align: center;
71 padding: .5em .8em;71 padding: .5em .8em;
72 text-decoration: none;72 text-decoration: none;
73 }73 }
74 #listNav li a:hover {74 #listNav li a:hover {
75 background-color: #111;75 background-color: #555;
76 color: #fff;
76 }77 }
77 #listNav li a.active {78 #listNav li a.active {
78 background-color: #4CAF50;79 background-color: #FFBB4D;
80 color: #000;
79 }81 }
8082
81 #listPkgs {83 #listPkgs {
...@@ -192,11 +194,19 @@...@@ -192,11 +194,19 @@
192 pre{194 pre{
193 background-color:#2A2A2A;195 background-color:#2A2A2A;
194 }196 }
197 #listNav {
198 background-color: #333;
199 }
200 #listNav li a {
201 color: #fff;
202 }
195 #listNav li a:hover {203 #listNav li a:hover {
196 background-color: #000;204 background-color: #555;
205 color: #fff;
197 }206 }
198 #listNav li a.active {207 #listNav li a.active {
199 background-color: #4CAF50;208 background-color: #FFBB4D;
209 color: #000;
200 }210 }
201 #listPkgs {211 #listPkgs {
202 background-color: #333;212 background-color: #333;