Skip to content

Commit

Permalink
so pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
dhonus committed Jan 2, 2024
1 parent 5da286f commit d05b799
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions assets/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ body
main
width: 70%
margin: auto
max-width: 1500px

p, a, h1, h2, h3, h4, h5, h6
color: inherit
Expand Down Expand Up @@ -159,18 +160,22 @@ div.round-teasers
width: 100px
height: 100px
border-radius: 50%
border: 2px solid #e6dfcd
border: 3px solid #e6dfcd
box-shadow: 0 0 5px #00000036
display: block
margin: 0
&:hover
box-shadow: 0 0 5px #00000061
transition: border .2s ease-in-out
h3
margin: .3rem 0 0 0
font-size: 1rem
text-align: center
&:hover
color: $link
transition: color .2s ease-in-out
&:hover img
border: 3px solid $link
transition: border .2s ease-in-out
&:hover h3
color: $link
transition: color .2s ease-in-out
div.recent-posts
border-top: 1px solid silver
div.article
Expand Down
2 changes: 1 addition & 1 deletion themes/bean/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h4>{{ .Title }}</h4>
</div>
</main>
<div class="teaser_container">
<h2 style="text-align: center">I'm looking for...</h2>
<h2 style="text-align: center">Featured categories 🌱</h2>
<div class="round-teasers">
<div>
<a href="{{ absURL "/tags/soup" }}">
Expand Down

0 comments on commit d05b799

Please sign in to comment.