As you can see the logo is projected outside (bottom) of the top bar how can we do that ?
The Links behave like buttons when hover, how can we change that too ?
https://forum.halfminer.de
RootTempy 1.
.Header-logo { max-height: 100px; }
2.
.LinksButton, .LinksButton:focus { background: rgba(0,0,0,0.35) !important; margin-right: 2px; margin-bottom: 10px; padding: 8px; transition-duration: 1s; }
thanks