From dbf42d26896253620069e965fa862b705549affd Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Tue, 15 Aug 2017 17:02:58 -0700 Subject: [PATCH] add font weight to dates on news page, call out what our advisors have helped with --- pinaxcon/templates/static_pages/about/team.html | 5 +++-- static/scss/custom.scss | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pinaxcon/templates/static_pages/about/team.html b/pinaxcon/templates/static_pages/about/team.html index fc63523..8b2c1b2 100644 --- a/pinaxcon/templates/static_pages/about/team.html +++ b/pinaxcon/templates/static_pages/about/team.html @@ -27,6 +27,7 @@ Our team of North Bay and Bay Area locals has years of experience building commu @@ -53,8 +54,8 @@ Our team of North Bay and Bay Area locals has years of experience building commu

We acknowledge that our small team has limited perspective, and that to build a truly inclusive event, we need to seek the perspectives of a diverse range of people. We thank the following people and organizations for providing us with advice along the way.

diff --git a/static/scss/custom.scss b/static/scss/custom.scss index ccdfac1..4611c4d 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -299,3 +299,7 @@ body:not(.home) { text-decoration: underline; } } + +span.date { + font-weight: 900; +}