rename chuck-theme
This commit is contained in:
17
transsocial-theme/assets/css/blocks/post-title.css
Normal file
17
transsocial-theme/assets/css/blocks/post-title.css
Normal 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;
|
||||
} */
|
Reference in New Issue
Block a user