Update agi-development-guide.html
· 7 months ago
6e45873a311031d4fb89f80a537b4abce5ee88a7
Parent:
71aab499f
1 file changed +10 −1
- agi-development-guide.html +10 −1
Diff
--- a/agi-development-guide.html +++ b/agi-development-guide.html @@ -135,6 +135,15 @@ main { font-size: 0.9rem; color: var(--text-muted); } +.section-card .text-muted { + color: #c8d2ff !important; +} +.section-card .text-muted a { + color: #e0e6ff; +} +.section-card .text-muted strong { + color: #f5f6ff; +} .section-card h2 { font-size: 2rem; } .chip { display: inline-flex; @@ -259,7 +268,7 @@ details li::marker { color: var(--text-muted); } padding: 1.25rem; background: rgba(6,12,28,0.85); } -.control-card label { font-size: 0.85rem; color: var(--text-muted); } +.control-card label { font-size: 0.85rem; color: #dbe2ff; } .slider-value { font-family: 'IBM Plex Mono', monospace; font-size: 0.9rem; } .note-box { border-left: 3px solid var(--accent);