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.
 
 
besu/docs/custom_theme/assets/stylesheets/pantheon_custom.css

31 lines
622 B

.feedback{
padding: 1em;
text-align: center;
background-color: lightseagreen;
}
.feedback a {
color: white !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;
}