#6 Added Database functionality for user to click and load a single item

This commit is contained in:
2024-01-23 17:53:00 +00:00
parent 1f518ff56d
commit 95768f8a8c
4 changed files with 35 additions and 1 deletions

View File

@ -20,7 +20,7 @@ html {
background-color: var(--bg);
color: var(--fg);
font-size: 160%;
font-family: 'Courier New', Courier, monospace;
font-family: 'Courier New', Courier, 'Inter';
height: 100%;
}