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