Changes to lcp button and icons
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user