feat: use a white header for the timeline
This commit is contained in:
parent
f2eccc9f55
commit
408f6ebe87
|
@ -193,7 +193,7 @@
|
||||||
width: calc( 100% - #{1*2rem} );
|
width: calc( 100% - #{1*2rem} );
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
|
||||||
background: #564ba4;
|
background: #eee;
|
||||||
// background: linear-gradient(to top right, #564ba4, #745cfc);
|
// background: linear-gradient(to top right, #564ba4, #745cfc);
|
||||||
border-radius: 1rem / 1rem;
|
border-radius: 1rem / 1rem;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue