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

22 lines
425 B
CSS

.__PFX__-nav3 {
padding:16px 10px;
border-bottom:1px solid #eee;
background:#fff;
text-align:center;
}
.__PFX__-logo3 {
font-size:24px;
font-weight:600;
margin-bottom:8px;
color:var(--primary-color);
}
.__PFX__-menu3 a {
margin:0 10px;
padding-bottom:6px;
border-bottom:2px solid transparent;
font-size:14px;
}
.__PFX__-menu3 a:hover {
border-color:var(--primary-color);
}