changed .codepen color variables
The --color-text-accent and --color-bg-accent colors are not defined in the project. Most likely this has been an oversight so I changed the variables to the primary color used.
This commit is contained in:
parent
51eee5ecc0
commit
26294519c4
1 changed files with 2 additions and 2 deletions
|
|
@ -212,8 +212,8 @@ pre[class*='language-'] {
|
||||||
|
|
||||||
.codepen {
|
.codepen {
|
||||||
padding: var(--space-xs);
|
padding: var(--space-xs);
|
||||||
color: var(--color-text-accent);
|
color: var(--color-primary);
|
||||||
border: 2px dashed var(--color-bg-accent);
|
border: 2px dashed var(--color-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cp_embed_wrapper {
|
.cp_embed_wrapper {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue