Darken the welcome colors on the home page
This commit is contained in:
parent
d39e6beb0f
commit
a9d3387295
|
@ -104,7 +104,7 @@
|
||||||
<div class="mb3 ph3 ph0-ns">
|
<div class="mb3 ph3 ph0-ns">
|
||||||
<style>
|
<style>
|
||||||
#welcome {
|
#welcome {
|
||||||
background: linear-gradient(#ab4c47, #a5467d);
|
background: linear-gradient(#753330, #823461); /* darker variant of jam color scheme */
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue