This commit is contained in:
make
2025-12-31 00:49:32 +08:00
parent ae57b68f99
commit eb8c097777
709 changed files with 39727 additions and 1041 deletions

View File

@@ -0,0 +1,25 @@
/* head/base.css */
.site-header {
position: relative;
z-index: 50;
width: 100%;
background: var(--color_bg, #fff);
color: var(--color_text_primary, #111);
}
.site-header a {
color: inherit;
text-decoration: none;
}
.site-header-inner {
max-width: var(--page_max_width_pc, 1200px);
margin: 0 auto;
padding: 12px 16px;
box-sizing: border-box;
}
.site-logo {
font-weight: 700;
font-size: 20px;
}