Files
2025-12-31 00:49:32 +08:00

24 lines
441 B
CSS

/* head_77.css */
.__PFX__-h77-island{
padding:12px;
background:
linear-gradient(180deg,var(--bg-color),var(--bg-soft-color));
}
.__PFX__-h77-core{
padding:10px;
background:rgba(255,255,255,.6);
backdrop-filter:blur(6px);
border-radius:16px;
}
.__PFX__-h77-brand{
display:block;
font-size:18px;
font-weight:900;
margin-bottom:6px;
}
.__PFX__-h77-cats{
margin-top:8px;
display:flex;
gap:8px;
overflow-x:auto;
}