From 3df372874eb33893144d364213411bff6b9dbe6f Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 26 Feb 2017 15:52:50 +0100 Subject: Add info on volunteers to about page. --- blog/_assets/stylesheets/_volunteers.scss | 11 +++++++++++ blog/_assets/stylesheets/main.scss | 1 + 2 files changed, 12 insertions(+) create mode 100644 blog/_assets/stylesheets/_volunteers.scss (limited to 'blog/_assets') diff --git a/blog/_assets/stylesheets/_volunteers.scss b/blog/_assets/stylesheets/_volunteers.scss new file mode 100644 index 0000000..86bcaf2 --- /dev/null +++ b/blog/_assets/stylesheets/_volunteers.scss @@ -0,0 +1,11 @@ +.volunteers { + .volunteer { + .name { + font-weight: bold; + } + .description { + font-size: 80%; + color: $dimmed-text-color; + } + } +} diff --git a/blog/_assets/stylesheets/main.scss b/blog/_assets/stylesheets/main.scss index dd25d7f..a4e284c 100644 --- a/blog/_assets/stylesheets/main.scss +++ b/blog/_assets/stylesheets/main.scss @@ -5,6 +5,7 @@ @import "pagination"; @import "post"; @import "concerts"; +@import "volunteers"; body { background-color: black; -- cgit v1.2.3