feat: add stylesheet link to index page

This commit is contained in:
Mohammad Rafiq 2025-06-28 11:43:14 +08:00
parent f54ec6c009
commit 52fc755eb2
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

4
src/style.css Normal file
View file

@ -0,0 +1,4 @@
body {
background-color: black;
color: white;
}