Skip to content

Commit 65b8254

Browse files
Update styling in howto-mini.html for improved background and code presentation
1 parent f5bd4fd commit 65b8254

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/howto-mini.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
<title>IO Aerospace MCP Server – Quick How To</title>
77
<style>
88
:root { color-scheme: light dark; }
9+
html, body { background: transparent !important; }
910
body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Arial, sans-serif; line-height: 1.5; margin: 0; }
1011
main { max-width: 860px; margin: 0 auto; padding: 28px 16px 56px; }
1112
h2, h3 { margin: 0 0 12px; line-height: 1.2; color: #B38B4F; }
1213
section { margin: 20px 0 24px; }
13-
pre { background: rgba(127,127,127,.12); padding: 10px 12px; border-radius: 8px; overflow: auto; }
14+
pre { /* no background to inherit page bg */ padding: 10px 12px; border-radius: 8px; overflow: auto; }
1415
code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; font-size: 0.95em; }
1516
ul { margin: 8px 0 0 18px; }
1617
p { color: #8A8A8A; }

0 commit comments

Comments
 (0)