update mobile menu color

This commit is contained in:
ClovertaTheTrilobita 2026-04-25 00:05:17 +03:00
parent 5b4ba442ed
commit 0541250822

View file

@ -181,7 +181,7 @@ const tocHeadings = headings.filter((h) => h.depth === 2 || h.depth === 3);
z-index: 30; z-index: 30;
max-width: min(78vw, 22rem); max-width: min(78vw, 22rem);
padding: 0.6rem 0.75rem; padding: 0.6rem 0.75rem;
border: 1.5px solid #536493; border: 1.5px solid var(--deep-blue);
border-radius: 999px; border-radius: 999px;
background: rgba(255, 255, 255, 0.92); background: rgba(255, 255, 255, 0.92);
backdrop-filter: blur(6px); backdrop-filter: blur(6px);
@ -230,7 +230,7 @@ const tocHeadings = headings.filter((h) => h.depth === 2 || h.depth === 3);
max-height: min(65vh, 32rem); max-height: min(65vh, 32rem);
overflow: auto; overflow: auto;
padding: 0.9rem 1rem; padding: 0.9rem 1rem;
border: 1.5px solid rgba(128, 128, 128, 0.55); border: 1.5px solid var(--deep-blue);
background: rgba(255, 255, 255, 0.96); background: rgba(255, 255, 255, 0.96);
backdrop-filter: blur(8px); backdrop-filter: blur(8px);
box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08); box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);