Update home page

This commit is contained in:
Ben Grant 2022-08-16 15:07:13 +10:00
parent a67aee24dc
commit 2d32a1b036
18 changed files with 158 additions and 179 deletions

View file

@ -63,7 +63,7 @@ export const FakeTimeRange = styled('div')`
height: calc(100% + 20px);
width: 20px;
border: 1px solid var(--primary);
background-color: var(--secondary);
background-color: var(--tertiary);
border-radius: 3px;
position: absolute;
top: -10px;
@ -79,7 +79,7 @@ export const FakeTimeRange = styled('div')`
display: flex;
align-items: center;
justify-content: center;
color: var(--tertiary);
color: var(--secondary);
}
&:before {