diff --git a/_src/_assets/images/icon-blog.svg b/_src/_assets/images/icon-blog.svg new file mode 100644 index 0000000..5687efc --- /dev/null +++ b/_src/_assets/images/icon-blog.svg @@ -0,0 +1 @@ + diff --git a/_src/_assets/styles/page-community.scss b/_src/_assets/styles/page-community.scss index 90cdb93..3915bd2 100644 --- a/_src/_assets/styles/page-community.scss +++ b/_src/_assets/styles/page-community.scss @@ -17,6 +17,43 @@ .section-community { .grid h1 { @extend .h3; } + + .social-link { + &, + .icon { + @extend .transition; + } + + box-shadow: none; + padding: $btn-padding-y-sm $btn-padding-x-sm; + + &:hover, + &:focus { + background: none; + + .icon { + fill: lighten($brand-primary, 10%); + filter: drop-shadow(0 1px 4px rgba($brand-main-blue-dark, .4)); + transform: translateY(-1px); + } + } + + &:active { + outline: 0; + + .icon { + fill: $brand-primary; + filter: drop-shadow(0 1px 2px rgba($brand-main-blue-dark, .3)); + transform: translateY(0); + } + } + + .icon { + fill: $brand-primary; + width: 1.5rem; + height: 1.5rem; + } + } } .section-conduct { diff --git a/_src/community.html b/_src/community.html index 9569c72..da53327 100644 --- a/_src/community.html +++ b/_src/community.html @@ -20,24 +20,24 @@ title: Community

Social

Follow us for the latest updates

- + - + - +

diff --git a/_src/contact.html b/_src/contact.html index 7286014..39f0b73 100644 --- a/_src/contact.html +++ b/_src/contact.html @@ -50,7 +50,7 @@ title: Contact Blog - + Blog