UNPKG

@prachwal/mandelbrot-generator

Version:

Professional Mandelbrot fractal generator with TypeScript support, interactive web interface, and multiple output formats

69 lines (59 loc) 1.29 kB
/* Custom CSS for TypeDoc Documentation */ :root { --color-primary: #2563eb; --color-primary-light: #3b82f6; --color-accent: #7c3aed; --color-text: #1f2937; --color-text-aside: #6b7280; --color-link: #2563eb; --color-link-hover: #1d4ed8; } /* Header styling */ .tsd-page-title { background: linear-gradient(135deg, var(--color-primary), var(--color-accent)); color: white; padding: 2rem; margin: -2rem -2rem 2rem -2rem; border-radius: 0 0 12px 12px; } .tsd-page-title h1 { margin: 0; font-size: 2.5rem; font-weight: 700; text-shadow: 0 2px 4px rgba(0,0,0,0.1); } /* Module badges */ .tsd-signature-symbol { color: var(--color-accent); font-weight: 600; } /* Code blocks */ pre code { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 1rem; font-family: 'Monaco', 'Consolas', 'Courier New', monospace; font-size: 0.9rem; line-height: 1.4; } /* Links */ a { color: var(--color-link); text-decoration: none; transition: color 0.2s ease; } a:hover { color: var(--color-link-hover); text-decoration: underline; } /* Responsive design */ @media (max-width: 768px) { .tsd-page-title { margin: -1rem -1rem 1rem -1rem; padding: 1.5rem; } .tsd-page-title h1 { font-size: 2rem; } }