feat: add initial input prototypes

This commit is contained in:
2024-03-14 16:55:11 +01:00
parent 9b76299272
commit 19234bdac1
13 changed files with 168 additions and 15 deletions

View File

@ -21,8 +21,8 @@
}
:root {
font-family: 'Fira Code', monospace;
--font-family: 'Fira Code', monospace;
font-family: var(--font-family);
/* Spacing */
--spacing-xs: 4px;
@ -48,6 +48,8 @@ body {
--background-color: #151515;
--background-color-darker: #101010;
--text-color: #aeaeae;
background-color: var(--background-color-darker);
}
body.theme-catppuccin {