summaryrefslogtreecommitdiffstats
path: root/blog/_assets
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_assets')
-rw-r--r--blog/_assets/stylesheets/_volunteers.scss11
-rw-r--r--blog/_assets/stylesheets/main.scss1
2 files changed, 12 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;
+ }
+ }
+}
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;