Changes to lcp button and icons

This commit is contained in:
Jeremy Rangel
2024-12-29 01:47:56 -08:00
parent d65992a169
commit 372d5aa2c1
19 changed files with 30094 additions and 33 deletions

View File

@ -159,9 +159,9 @@ Version: 1.0
/* LCP Button */
.lcp-button {
display: inline-block;
background-color: var(--wp--preset--color--accent);
background-color: var(--wp--preset--color--accent-2);
border: none;
color: #fff;
color: var(--wp--preset--color--font-color-1);
text-decoration: none;
padding: 10px;
font-weight: bold;
@ -177,5 +177,5 @@ Version: 1.0
width: auto;
vertical-align: middle; /* Aligns the icon with the text vertically */
margin-right: 10px; /* Space between the icon and the text */
fill:white;
fill: var(--wp--preset--color--font-color-1);
}