summaryrefslogtreecommitdiff
path: root/doc/invocations-http-server/static
diff options
context:
space:
mode:
authorSascha Roloff <sascha.roloff@huawei.com>2025-05-12 12:59:11 +0200
committerSascha Roloff <sascha.roloff@huawei.com>2025-05-12 16:52:10 +0200
commit215b348553ed1b286a143b21e0c1582c71e8230c (patch)
treedd85bb0df84b6ddd2cddaf7b4b1b6627b7b18a56 /doc/invocations-http-server/static
parent5b3c6136e3e896019acb1bbc117615255c5f924a (diff)
downloadjustbuild-215b348553ed1b286a143b21e0c1582c71e8230c.tar.gz
Invocation server: add css style file
Diffstat (limited to 'doc/invocations-http-server/static')
-rw-r--r--doc/invocations-http-server/static/style.css13
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;
+}