diff --git a/themes/secluded/assets/scss/_main.scss b/themes/secluded/assets/scss/_main.scss index 634118c..cf2e5cb 100644 --- a/themes/secluded/assets/scss/_main.scss +++ b/themes/secluded/assets/scss/_main.scss @@ -20,6 +20,24 @@ code, pre { font-family: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace; color: $dark; } +input { + font-family: inherit; + text-align: center; + width: 100%; + height: 35px; + box-sizing: border-box; + box-shadow: 0 1px 1px rgba(12,13,14,0.15),inset 0 1px 0 0 #fff; + transition: .15s ease-out; +} +input[type=text] { + font-size: inherit; + color: $dark; + text-decoration: italic; + border: 1px solid #9fa6ad; + border-radius: 3px; +} +input[type=text]:focus { +} .wrapper { max-width: 600px; margin: 0 auto; diff --git a/themes/secluded/layouts/_default/list.html b/themes/secluded/layouts/_default/list.html index 363bcca..67afe4e 100644 --- a/themes/secluded/layouts/_default/list.html +++ b/themes/secluded/layouts/_default/list.html @@ -2,6 +2,11 @@

{{ .Title }}

There are RSS feeds for all of the categories and tags on the site. If you want to subscribe to one of them, navigate to that list and click here; you'll be taken to the specific feed.

+
+ + +
{{ $title := .Title }} {{ if eq $title "Posts" }}