diff options
Diffstat (limited to 'doc/invocations-http-server/static')
-rw-r--r-- | doc/invocations-http-server/static/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/invocations-http-server/static/style.css b/doc/invocations-http-server/static/style.css new file mode 100644 index 00000000..163cd951 --- /dev/null +++ b/doc/invocations-http-server/static/style.css @@ -0,0 +1,13 @@ +body { + background: #e8eff0; + font-family: "Helvetica"; + font-size: large; +} +a { + color: #11557c; +} +h1, +h2, +h3 { + color: #11557c; +} |