Darken the welcome colors on the home page

This commit is contained in:
Ben Visness 2021-10-25 23:50:26 -05:00
parent d39e6beb0f
commit a9d3387295
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
<div class="mb3 ph3 ph0-ns">
<style>
#welcome {
background: linear-gradient(#ab4c47, #a5467d);
background: linear-gradient(#753330, #823461); /* darker variant of jam color scheme */
color: white;
}