initial commit
This commit is contained in:
41
trans-pride-heading/build/style-index.css
Normal file
41
trans-pride-heading/build/style-index.css
Normal file
@@ -0,0 +1,41 @@
|
||||
/*!***************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
|
||||
\***************************************************************************************************************************************************************************************************************************************/
|
||||
/**
|
||||
* The following styles get applied both on the front of your site
|
||||
* and in the editor.
|
||||
*
|
||||
* Replace them with your own styles or remove the file completely.
|
||||
*/
|
||||
:root {
|
||||
--accent-gradient: linear-gradient(
|
||||
45deg,
|
||||
hsl(348deg 79% 81%) 0%,
|
||||
hsl(336deg 73% 81%) 21%,
|
||||
hsl(321deg 61% 80%) 30%,
|
||||
hsl(296deg 47% 79%) 39%,
|
||||
hsl(269deg 64% 82%) 46%,
|
||||
hsl(244deg 82% 85%) 54%,
|
||||
hsl(224deg 99% 83%) 61%,
|
||||
hsl(211deg 100% 78%) 69%,
|
||||
hsl(203deg 100% 73%) 79%,
|
||||
hsl(197deg 94% 67%) 100%
|
||||
);
|
||||
}
|
||||
|
||||
.wp-block-create-block-trans-pride-heading h1 {
|
||||
font-size: 3em;
|
||||
font-weight: 800;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wp-block-create-block-trans-pride-heading span {
|
||||
background-image: var(--accent-gradient);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-size: 100%;
|
||||
background-position: 0%;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=style-index.css.map*/
|
Reference in New Issue
Block a user