mirror of https://github.com/hyperledger/besu
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
708 B
31 lines
708 B
.feedback{
|
|
padding: 1em;
|
|
text-align: center;
|
|
background-color: {{config.extra.support.footer_layout.background_color}};
|
|
}
|
|
.feedback a {
|
|
color: {{config.extra.support.footer_layout.links_color}} !important;
|
|
}
|
|
.md-nav--secondary .md-nav__item .md-nav__item a.md-nav__link {
|
|
font-weight: normal;
|
|
font-size: inherit;
|
|
}
|
|
.md-nav--secondary a.md-nav__link {
|
|
font-weight: bolder;
|
|
<!--font-size: larger;-->
|
|
}
|
|
.rst-versions {
|
|
border-color: lightseagreen !important;
|
|
border-style: solid !important;
|
|
font-size: large;
|
|
}
|
|
|
|
.rst-versions .rst-current-version {
|
|
background-color: #475c64 !important;
|
|
}
|
|
|
|
.headerlink {
|
|
font-family: "Font Awesome 5 Free";
|
|
font-weight: 900;
|
|
font-size: small;
|
|
} |