diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-13 13:06:24 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-13 18:58:59 +0200 |
commit | 21e3bebd24cfd7569bc4847805d15858c4e66d30 (patch) | |
tree | 8da3f4854ef5d40d4a391fa7b8fda121f2447e06 /doc/invocations-http-server/static | |
parent | 30116c63bbfe6f538315e1a75b31d92d0b9ccca7 (diff) | |
download | justbuild-21e3bebd24cfd7569bc4847805d15858c4e66d30.tar.gz |
Invocation server: adapt style
Diffstat (limited to 'doc/invocations-http-server/static')
-rw-r--r-- | doc/invocations-http-server/static/style.css | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/doc/invocations-http-server/static/style.css b/doc/invocations-http-server/static/style.css index 163cd951..91561423 100644 --- a/doc/invocations-http-server/static/style.css +++ b/doc/invocations-http-server/static/style.css @@ -3,11 +3,24 @@ body { font-family: "Helvetica"; font-size: large; } -a { - color: #11557c; -} h1, h2, h3 { color: #11557c; } +#invocation-list > ul > li { + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); + border: 1px solid #b2bec3; + border-radius: 6px; + margin-bottom: 15px; + padding: 3px 7px; +} +#invocation-verb { + font-weight: 700; +} +#invocation-target { + background-color: #ced6d9; +} +#invocation-failure { + color: #d63031; +} |