summaryrefslogtreecommitdiffstats
path: root/scss/style.scss
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2021-02-08 22:32:52 -0500
committerrsiddharth <s@ricketyspace.net>2021-02-08 22:32:52 -0500
commitb26beaae3c2133ce5ef1e354fb798cda589c58be (patch)
treec5aef3d6c37cde717ad1ab73afb81078a297d7b8 /scss/style.scss
parent255a5d8175138c9ed5768880f769233a8bb70af4 (diff)
footer: add fsf-friends matrix group under 'follow' section
Addresses issue #15
Diffstat (limited to 'scss/style.scss')
-rw-r--r--scss/style.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 52da705..b924196 100644
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -109,6 +109,10 @@ a.feed {
@include icon('/assets/img/email.svg');
}
+.matrix-icon {
+ @include icon('/assets/img/matrix.svg');
+}
+
.follow-block {
p:not(:last-child) {
margin-bottom: 5px;