gpttemp
This commit is contained in:
25
code/public/static/css/modules/head/base.css
Normal file
25
code/public/static/css/modules/head/base.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user