rename chuck-theme

This commit is contained in:
2023-07-26 19:23:21 -07:00
parent 54703be7d5
commit bc874f7159
20 changed files with 18 additions and 19 deletions

View File

@@ -0,0 +1,17 @@
/* .wp-block-post-title {
position: relative;
}
.wp-block-post-title::after {
background-image: var(--accent-gradient);
background-size: 100%;
background-position: 0%;
content: '';
position: absolute;
z-index: -10;
bottom: 5px;
left: -2px;
right: -2px;
height: 10px;
border-radius: 5px;
} */