Browse Source

styling

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
65dc51ac7d
  1. 4
      public/css/styling.css
  2. 2
      views/index.pug

4
public/css/styling.css

@ -46,6 +46,10 @@ code, .monospace {
border-top: none;
}
.dropdown-item:focus, .dropdown-item:hover {
background-color: #e3e3e3;
}
#sub-menu a:hover {
text-decoration: underline;
}

2
views/index.pug

@ -24,7 +24,7 @@ block content
a(href="https://github.com/janoside/btc-rpc-explorer") project description
span for a list of features and instructions for running.
div
div(style="height: 34px;")
a(class="github-button", href="https://github.com/janoside/btc-rpc-explorer", data-icon="octicon-star", data-size="large", data-show-count="true", aria-label="Star janoside/btc-rpc-explorer on GitHub", style="padding-right: 10px;") Star
span

Loading…
Cancel
Save