mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 15:41:26 +00:00
update mobile menu color
This commit is contained in:
parent
5b4ba442ed
commit
0541250822
1 changed files with 2 additions and 2 deletions
|
|
@ -181,7 +181,7 @@ const tocHeadings = headings.filter((h) => h.depth === 2 || h.depth === 3);
|
|||
z-index: 30;
|
||||
max-width: min(78vw, 22rem);
|
||||
padding: 0.6rem 0.75rem;
|
||||
border: 1.5px solid #536493;
|
||||
border: 1.5px solid var(--deep-blue);
|
||||
border-radius: 999px;
|
||||
background: rgba(255, 255, 255, 0.92);
|
||||
backdrop-filter: blur(6px);
|
||||
|
|
@ -230,7 +230,7 @@ const tocHeadings = headings.filter((h) => h.depth === 2 || h.depth === 3);
|
|||
max-height: min(65vh, 32rem);
|
||||
overflow: auto;
|
||||
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);
|
||||
backdrop-filter: blur(8px);
|
||||
box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
|
||||
|
|
|
|||
Loading…
Reference in a new issue