Some css tweaks to minimum compatibility with block widget.

This commit is contained in:
mateuswetah 2021-08-12 14:43:27 -03:00
parent da1e1fffe6
commit 2335fd1187
2 changed files with 286 additions and 273 deletions

View File

@ -1,6 +1,6 @@
footer { footer.tainacan-footer {
&.tainacan-footer {
background-color: #2c2d2d; background-color: #2c2d2d;
color: white;
a { a {
color: #9f9f9f; color: #9f9f9f;
&:hover { &:hover {
@ -52,6 +52,15 @@ footer {
} }
} }
} }
h1,
h2,
h3,
h4,
h5,
h6 {
color: white;
font-size: 1.125rem !important;
}
.gallery { .gallery {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@ -219,4 +228,3 @@ footer {
} }
} }
} }
}

View File

@ -3,11 +3,17 @@
border-top: none !important; border-top: none !important;
} }
} }
#sidebar{ #sidebar.sidebar {
&.sidebar{
.widget { .widget {
.widget-title{ .widget-title,
font-size: 1rem; &.widget_block>.wp-block-group>.wp-block-group__inner-container>h1,
&.widget_block>.wp-block-group>.wp-block-group__inner-container>h2,
&.widget_block>.wp-block-group>.wp-block-group__inner-container>h3,
&.widget_block>.wp-block-group>.wp-block-group__inner-container>h4,
&.widget_block>.wp-block-group>.wp-block-group__inner-container>h5,
&.widget_block>.wp-block-group>.wp-block-group__inner-container>h6
{
font-size: 1rem !important;
font-weight: bold; font-weight: bold;
color: #1d1d1b; color: #1d1d1b;
} }
@ -101,4 +107,3 @@
} }
} }
} }
}