tweak about page and blog page
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:
parent
046a729cec
commit
e2a6937fed
@ -102,13 +102,14 @@ ul.wp-block-navigation.mobile-header-nav li {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-footer a {
|
.site-footer a:not(.wp-element-button) {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-footer a:hover,
|
.site-footer a:hover,
|
||||||
.site-footer a:focus {
|
.site-footer a:focus {
|
||||||
text-decoration: underline;
|
border-bottom: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* fixing padding for certain elements on front page */
|
/* fixing padding for certain elements on front page */
|
||||||
@ -168,14 +169,16 @@ p.is-style-outline.wp-block-tag-cloud {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
margin-inline: 2em;
|
margin-inline: 2em;
|
||||||
background: black;
|
background: var(--wp--preset--color--black);
|
||||||
color: white;
|
color: white !important;
|
||||||
border-color: black;
|
border-color: black;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-tag-cloud a:hover {
|
.wp-block-tag-cloud a:hover {
|
||||||
text-decoration: underline !important;
|
/* text-decoration: underline !important; */
|
||||||
|
background: var(--wp--preset--gradient--violet-to-green);
|
||||||
|
color: var(--wp--preset--color--black) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-search__inside-wrapper {
|
.wp-block-search__inside-wrapper {
|
||||||
@ -237,10 +240,11 @@ a.wp-block-tiptip-hyperlink-group-block {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: url(https://jett.autonomic.zone/wp-content/uploads/2024/06/image.png);
|
background: url(https://jett.autonomic.zone/wp-content/uploads/2024/06/image.png);
|
||||||
height: 290.476px;
|
height: 290.476px;
|
||||||
width: 366px;
|
width: 342px;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 77px;
|
bottom: 57px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -312,3 +316,22 @@ a.wp-block-tiptip-hyperlink-group-block {
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* styling links inside body text */
|
||||||
|
p a:not(.wp-element-button) {
|
||||||
|
color: inherit;
|
||||||
|
font-weight: bold;
|
||||||
|
font-family: var(--wp--preset--font-family--instrument-sans);
|
||||||
|
text-decoration: none;
|
||||||
|
border-bottom: 1px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.principles-box {
|
||||||
|
min-height: 256px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 786px) {
|
||||||
|
.d-md-none {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user