turn "tab" style headings into block style
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
27
style.css
27
style.css
@ -31,33 +31,6 @@ html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.wp-site-blocks h2 {
|
||||
display: flex;
|
||||
height: 36px;
|
||||
align-items: center;
|
||||
border-top: 1px solid;
|
||||
}
|
||||
|
||||
|
||||
.wp-site-blocks h2::before {
|
||||
content: "";
|
||||
border-bottom: 1px solid;
|
||||
border-right: 1px solid;
|
||||
width: 80px;
|
||||
margin-right: 8px;
|
||||
height: 36px;
|
||||
border-top: 2px solid var(--wp--preset--color--background);
|
||||
}
|
||||
|
||||
.wp-site-blocks h2::after {
|
||||
content: "";
|
||||
border-bottom: 1px solid;
|
||||
flex-grow: 1;
|
||||
margin-left: 8px;
|
||||
height: 36px;
|
||||
border-left: 1px solid;
|
||||
border-top: 2px solid var(--wp--preset--color--background);
|
||||
}
|
||||
|
||||
.wp-site-blocks h2.blog-post-heading {
|
||||
border-top: none;
|
||||
|
||||
Reference in New Issue
Block a user