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:
Sami Mäkelä 2023-12-09 03:54:44 +02:00 committed by GitHub
parent 51eee5ecc0
commit 26294519c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,8 +212,8 @@ pre[class*='language-'] {
.codepen {
padding: var(--space-xs);
color: var(--color-text-accent);
border: 2px dashed var(--color-bg-accent);
color: var(--color-primary);
border: 2px dashed var(--color-primary);
}
.cp_embed_wrapper {