add styles for contact page
This commit is contained in:
parent
1d725a9945
commit
7e4b2bb35a
@ -170,4 +170,14 @@ p.is-style-outline.wp-block-tag-cloud {
|
|||||||
background: var(--wp--preset--gradient--violet-to-green);
|
background: var(--wp--preset--gradient--violet-to-green);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-card:hover,
|
||||||
|
.contact-card:focus {
|
||||||
|
background: var(--wp--preset--gradient--green-to-violet);
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.wp-block-tiptip-hyperlink-group-block {
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user