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