add: SEO for articles
SEO and SchemaORg for articles
This commit is contained in:
parent
f1cb4048a4
commit
d6859cdaad
22 changed files with 198 additions and 125 deletions
|
@ -159,6 +159,15 @@ span.chip {
|
|||
width: max-content;
|
||||
transition: var(--transition-time);
|
||||
|
||||
&.interactive {
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background: var(--color-orange-dark);
|
||||
color: var(--color-white);
|
||||
}
|
||||
}
|
||||
|
||||
&:not(.dark) {
|
||||
--background: var(--color-orange);
|
||||
--color: var(--color-black);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue