Files
SEONexus/code/public/static/css/modules/breadcrumb/layout/layout_C.css
2025-12-31 00:49:32 +08:00

38 lines
607 B
CSS

/* ================= Breadcrumb Layout C ================= */
.__PFX__-bc-c{
margin:10px 0;
font-size:13px;
line-height:1.8;
color:var(--text-muted-color);
}
.__PFX__-bc-c a{
color:var(--text-muted-color);
text-decoration:none;
}
.__PFX__-bc-c strong,
.__PFX__-bc-c em,
.__PFX__-bc-c mark{
font-style:normal;
font-weight:500;
background:none;
color:var(--text-color);
}
.__PFX__-bc-c code,
.__PFX__-bc-c kbd{
background:transparent;
padding:0;
font-size:12px;
}
.__PFX__-bc-c.seo{
font-weight:500;
}
.__PFX__-bc-c.compact{
font-size:12px;
}