Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Matias Benedetto
09abd74d20 Club: renaming color from palette. 2022-08-16 14:17:33 +02:00
Matias Benedetto
487acc503a Club: removing repeated color.
Primary color was the same as foreground so I'm removing it from the palette.
2022-08-16 14:16:09 +02:00
2 changed files with 5 additions and 10 deletions

View file

@ -410,7 +410,7 @@ body > .is-root-container > .wp-block-template-part > .wp-block-cover,
border-radius: 999px;
padding: .5rem 2rem;
background-color: transparent;
border-color: var(--wp--preset--color--primary);
border-color: var(--wp--preset--color--foreground);
border-width: 1.5px;
}
@media screen and (max-width: 768px) {

View file

@ -48,14 +48,9 @@
"name": "Background"
},
{
"slug": "primary",
"color": "#000AFF",
"name": "Primary"
},
{
"slug": "tertiary",
"slug": "secondary",
"color": "#FFF7A7",
"name": "Tertiary"
"name": "Secondary"
}
]
},
@ -220,7 +215,7 @@
},
"core/comment-reply-link": {
"color": {
"text": "var(--wp--preset--color--primary)"
"text": "var(--wp--preset--color--foreground)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
@ -585,7 +580,7 @@
},
"link": {
"color": {
"text": "var(--wp--preset--color--primary)"
"text": "var(--wp--preset--color--foreground)"
},
"typography": {
"textDecoration": "underline solid"