Skip to content

Commit b3cb035

Browse files
Update styling in howto-mini.html and remove main title for integration
1 parent 155aa6d commit b3cb035

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/howto-mini.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@
1313
pre { background: rgba(127,127,127,.12); padding: 10px 12px; border-radius: 8px; overflow: auto; }
1414
code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; font-size: 0.95em; }
1515
ul { margin: 8px 0 0 18px; }
16-
a { color: #2563eb; text-decoration: none; }
16+
/* Brand colors */
17+
p { color: #8A8A8A; }
18+
a { color: #B38B4F; text-decoration: none; }
1719
a:hover { text-decoration: underline; }
20+
h2 { color: #B38B4F; }
1821
</style>
1922
</head>
2023
<body>
2124
<main>
22-
<h1>Quick How To</h1>
25+
<!-- Removed main title per integration into existing page -->
2326
<p>Use the hosted server now, or self-host fast with Docker or .NET. Minimal steps below.</p>
2427

2528
<section>
@@ -97,4 +100,3 @@ <h2>Links</h2>
97100
</main>
98101
</body>
99102
</html>
100-

0 commit comments

Comments
 (0)