@@ -151,7 +151,7 @@ def build_page_sidebar(active_id=""):
151151 .category a:hover { color: #111; background: #f8f8f8; }
152152 .category a.active { color: #111; font-weight: 500; background: #f4f4f4; }
153153 .content { flex: 1; padding: 3rem 4rem; max-width: 900px; }
154- .content h1 { font-size: 1.8rem; font-weight: 600; margin-bottom: 0.75rem; }
154+ .content h1 { font-size: 1.8rem; font-weight: 600; margin-bottom: 0.75rem; color: #e8b400; }
155155 .preview-wrap { border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; margin-bottom: 2rem; display: inline-block; }
156156 .preview-wrap iframe { display: block; border: none; }
157157 .code-block { background: #f8f8f8; border-radius: 8px; overflow: hidden; }
@@ -322,12 +322,12 @@ def build_examples_gallery(manifest, sections):
322322
323323gallery_css = '''
324324 .gallery-intro { margin-bottom: 2.5rem; }
325- .gallery-intro h1 { font-size: 1.8rem; font-weight: 600; margin-bottom: 0.5rem; }
325+ .gallery-intro h1 { font-size: 1.8rem; font-weight: 600; margin-bottom: 0.5rem; color: #e8b400; }
326326 .gallery-intro p { color: #555; }
327327 .gallery-section-group { margin-bottom: 2rem; }
328- .gallery-section-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 1.5rem; padding-bottom: 0.75rem; border-bottom: 2px solid #111; }
328+ .gallery-section-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 1.5rem; padding-bottom: 0.75rem; border-bottom: 2px solid #111; color: #e8b400; }
329329 .gallery-section { margin-bottom: 3rem; }
330- .gallery-section h2 { font-size: 1.1rem; font-weight: 600; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid #e0e0e0; }
330+ .gallery-section h2 { font-size: 1.1rem; font-weight: 600; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid #e0e0e0; color: #b8860b; }
331331 .gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 1.25rem; }
332332 .gallery-card { display: block; }
333333 .gallery-thumb { width: 100%; background: #111; border-radius: 6px; overflow: hidden; border: 1px solid #e0e0e0; line-height: 0; }
0 commit comments