Last active
October 7, 2025 10:06
-
-
Save TanvirAmi/eec8d5babbeb2f0349c0ba8b46312e9e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
header .has-foreground-background-color { | |
background-color: #6FABAC !important; | |
} | |
.wp-block-site-title { | |
text-align: center; | |
} | |
.wp-block-navigation { | |
background: #fff; | |
} | |
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content { | |
color: #6FABAC; | |
margin: 3px; | |
} | |
header .wp-block-search__label { | |
display: none; | |
} | |
.wp-block-search__input { | |
border-radius: 0 !important; | |
height: 40px; | |
} | |
header .wp-block-search__button { | |
background-color: #CB512B !important; | |
border-radius: 0 !important; | |
line-height: 10px; | |
} | |
.wp-block-search__inside-wrapper { | |
padding-bottom: 20px; | |
} | |
.wp-elements-104e35a5e6ab9d94d7d4dcb8c5cc094c a:where(:not(.wp-element-button)) { | |
color: #6FABAC !important; | |
} | |
footer .wp-block-site-title > a { | |
color: #CB512B; | |
font-style: initial; | |
text-decoration: underline; | |
} | |
.wp-elements-dfb0a0589aeaba8192423a2728a6b6a0 a:where(:not(.wp-element-button)) { | |
color: #6FABAC; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment