Skip to content

Commit

Permalink
scrollbar visible + tite more similar to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jul 17, 2018
1 parent 0e8f41c commit 1113929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
body {
background: url('./images/starfield.png') no-repeat;
background-size: cover;
background-attachment: fixed;
background-attachment: fixed;
overflow-y: scroll;
}

.grow2 {
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/partials/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<article data-ref="{{ .Params.index }}" class="Card flex flex-column bg-white shadow-4 grow2 br1 dark-gray b--black-10 flex-grow-1 ma2">
{{ $cat := index .Params.categories 0 }}
{{ $color := (index .Site.Data.categories $cat).color }}
<div class="bg-navy ttu montserrat bg-{{ $color }}-muted br1 br--top white pv1 ph2 ph3-ns f7 b w-100">
<div class="bg-navy ttu fw6 tracked montserrat bg-{{ $color }}-muted br1 br--top white pv1 ph2 ph3-ns f7 b w-100">
{{ humanize $cat }}
</div>

Expand Down

0 comments on commit 1113929

Please sign in to comment.