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,38 @@
.__PFX__-seowords {
margin: 16px 0;
font-size: 14px;
line-height: 1.8;
color: var(--text-muted-color);
}
.__PFX__-seowords a {
color: var(--text-color);
text-decoration: none;
margin-right: 6px;
}
.__PFX__-seowords a:hover {
color: var(--primary-color);
text-decoration: underline;
}
/* Family B */
.__PFX__-seowords.B .__PFX__-seowords-list {
display: flex;
flex-wrap: wrap;
gap: 6px 12px;
list-style: none;
padding: 0;
margin: 0;
}
/* Family C */
.__PFX__-seowords.C .__PFX__-seowords-label {
margin-right: 6px;
color: var(--text-muted-color);
}
/* Family D */
.__PFX__-seowords.D .__PFX__-seowords-paragraph {
margin: 0;
}