diff --git a/assets/css/.template-styles.css.swp b/assets/css/.template-styles.css.swp index 831b3d4..3bd9cd9 100644 Binary files a/assets/css/.template-styles.css.swp and b/assets/css/.template-styles.css.swp differ diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css index af861e7..cac959e 100644 --- a/assets/css/template-styles.css +++ b/assets/css/template-styles.css @@ -20,9 +20,9 @@ html { font-size: calc(1em + 0.25vw); font-family: Roboto, Arial, Helvetica Neue, sans-serif; - line-height: 1.5; - color: #111; - background-color: #fefefe; + line-height: 1.35; + color: rgb(255, 255, 255); + background-color: #39424E; } template { display: none !important; @@ -119,6 +119,7 @@ h3, h4 { font-family: Miriam Libre, serif; line-height: 1.125; + opacity: .6; } h1 { font-size: 2rem; @@ -348,7 +349,11 @@ caption { .logo img { width: 100%; max-width: 12rem; + -webkit-filter: white(100%); /* Safari 6.0 - 9.0 */ + filter: white(100%); } + + .library-desc { margin-top: 0.5rem; margin-left: auto; @@ -412,9 +417,9 @@ caption { /* After */ .pattern [aria-current] { - background-color: #111; - clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); - color: #fefefe; + background-color: #efefef; + color: #39424E; + border-radius: 5px; } /* Menu button */ @@ -1118,3 +1123,12 @@ h1 svg { background: rgba(0,0,0,.8); color: #fefefe; } + +main p { + display: block; + margin-bottom: 1em; + line-height: 1.6; + letter-spacing: 1.2px; + opacity: 0.8; +} + diff --git a/layouts/.index.html.swo b/layouts/.index.html.swo deleted file mode 100644 index c2e821b..0000000 Binary files a/layouts/.index.html.swo and /dev/null differ diff --git a/layouts/.index.html.swp b/layouts/.index.html.swp deleted file mode 100644 index a488590..0000000 Binary files a/layouts/.index.html.swp and /dev/null differ diff --git a/layouts/partials/.icon-links.html.swp b/layouts/partials/.nav.html.swp similarity index 87% rename from layouts/partials/.icon-links.html.swp rename to layouts/partials/.nav.html.swp index 25b7af4..9b4067d 100644 Binary files a/layouts/partials/.icon-links.html.swp and b/layouts/partials/.nav.html.swp differ diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index ca80808..491442e 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -12,6 +12,7 @@
  • {{ $active := or ($current.IsMenuCurrent "nav" .) ($current.HasMenuCurrent "nav" .) }} {{ $active = or $active (eq .Name $current.Title) }} + {{ $active = or $active (and (eq .Name "Home") (eq $current.Section "")) }} {{ $active = or $active (and (eq .Name "Blog") (eq $current.Section "post")) }} {{ $active = or $active (and (eq .Name "Tags") (eq $current.Section "tags")) }} @@ -23,4 +24,4 @@
  • {{ end }} - \ No newline at end of file + diff --git a/static/css/.prism.css.swp b/static/css/.prism.css.swp deleted file mode 100644 index ed4952c..0000000 Binary files a/static/css/.prism.css.swp and /dev/null differ