all repos — h3rald @ abf835efadf11efadce09c6a36f5d9af84158437

The sources of https://h3rald.com

Restyled search box.
h3rald h3rald@h3rald.com
Sat, 08 Mar 2014 15:29:51 +0100
commit

abf835efadf11efadce09c6a36f5d9af84158437

parent

b4947972fa0b0c4c7409f91606c10f8ca3e41df4

1 files changed, 9 insertions(+), 2 deletions(-)

jump to
M content/styles/_elements.scsscontent/styles/_elements.scss

@@ -69,13 +69,15 @@ margin-right: 10px;

} #site-footer, .navbar, .navbar-collapse { - color: #fff; + text-shadow: 0 1px 1px #111; + color: $light-text; background: $navbar-bkg; a, a:link, a:visited, a:active { margin: inherit 1px; color: $navbar-link; } .nav a:hover { + text-decoration: underline; background: $navbar-bkg; color: #8fc8ea; }

@@ -95,11 +97,16 @@ }

.icon-bar { background: #555; } - h1 { position: relative; margin: 0 0 0 15px; padding: 0; + } + .input-group { + box-shadow: 0px 1px 1px 0px #111; + } + .btn, input[type=text] { + border-radius: 0; } }