diff --git a/assets/style.sass b/assets/style.sass index cdcf1a8..ecc51be 100644 --- a/assets/style.sass +++ b/assets/style.sass @@ -16,6 +16,7 @@ body main width: 70% margin: auto + max-width: 1500px p, a, h1, h2, h3, h4, h5, h6 color: inherit @@ -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 diff --git a/themes/bean/layouts/index.html b/themes/bean/layouts/index.html index c408451..fe12710 100644 --- a/themes/bean/layouts/index.html +++ b/themes/bean/layouts/index.html @@ -67,7 +67,7 @@