From 9b1b480c760178e441789cb0b0e5ac1a784423a5 Mon Sep 17 00:00:00 2001 From: Joe Wroten Date: Sat, 26 Jan 2019 12:52:10 -0600 Subject: [PATCH] work-history page type support --- src/assets/stylesheet.css | 9 +++++++++ src/icons/work-history.svg | 1 + 2 files changed, 10 insertions(+) create mode 100644 src/icons/work-history.svg diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css index 5e456dc..f9e44a2 100644 --- a/src/assets/stylesheet.css +++ b/src/assets/stylesheet.css @@ -91,6 +91,10 @@ a { display: inline-block; } +.-work-history .tag { + background: #EDF7FF; +} + .-volunteer .tag { background: #F3EDFF; } @@ -201,6 +205,11 @@ a { top: -.5rem; } +.index-interiorlink.-work-history, +.interior-headline.-work-history { + background: linear-gradient(90deg, rgba(181, 212, 242, .3), rgba(95, 118, 132, .3)); +} + .index-interiorlink.-volunteer, .interior-headline.-volunteer { background: linear-gradient(90deg, rgba(235, 181, 242, .3), rgba(128, 95, 132, .3)); diff --git a/src/icons/work-history.svg b/src/icons/work-history.svg new file mode 100644 index 0000000..f884f3b --- /dev/null +++ b/src/icons/work-history.svg @@ -0,0 +1 @@ + \ No newline at end of file