add themes

This commit is contained in:
2023-07-25 13:51:08 -07:00
parent a1ce01c0a8
commit a53ddcb50c
39 changed files with 1845 additions and 0 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;
} */