summaryrefslogtreecommitdiffstats
path: root/blog/_assets/stylesheets/_volunteers.scss
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_assets/stylesheets/_volunteers.scss')
-rw-r--r--blog/_assets/stylesheets/_volunteers.scss11
1 files changed, 11 insertions, 0 deletions
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;
+ }
+ }
+}