general styling & design

This commit is contained in:
2024-02-23 19:45:21 +01:00
parent d23e1ac050
commit 266d27f6ff
14 changed files with 173 additions and 284 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export const StyledCursor = styled.span`
top: 0;
left: calc(100% + 0.25em);
width: 15px;
width: 10px;
height: 100%;
background-color: ${({ theme }) => theme.colors.accent};