From 65dc51ac7d206e4b403011991bbff6e583b1919b Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Sun, 13 May 2018 15:21:10 -0400 Subject: [PATCH] styling --- public/css/styling.css | 4 ++++ views/index.pug | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/css/styling.css b/public/css/styling.css index de6df0b..c17de25 100755 --- a/public/css/styling.css +++ b/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; } diff --git a/views/index.pug b/views/index.pug index af69d2f..f8b9b61 100644 --- a/views/index.pug +++ b/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