diff options
-rw-r--r-- | assets/mumi.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/assets/mumi.scss b/assets/mumi.scss index 0df6afd..199b95e 100644 --- a/assets/mumi.scss +++ b/assets/mumi.scss @@ -231,7 +231,7 @@ nav span.navbar-text { display: none; position: absolute; background: var(--background-color); - top: 4.3rem; + top: 3rem; border: 1px solid #ced4da; border-top: none; box-shadow: 3px 3px 10px #ddd; @@ -247,6 +247,13 @@ nav span.navbar-text { margin-bottom: 0; } +#search input { + background-color: var(--background-color); +} +#search.form-inline input { + height: 1.3em; +} + body > footer { border-color: #1A1A1A1A; border-style: dashed none none none; |