diff --git a/README.md b/README.md
index 508cb45..701459a 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ A terrible web ui for yt-dlp.
Created for the only purpose of *cough cough* k-pop videos from my server/nas.
I will eventually make this better as soon as I can. Not in the immediate.
-
+
## Docker install
```
diff --git a/frontend/index.css b/frontend/index.css
index b15b3d7..a318881 100644
--- a/frontend/index.css
+++ b/frontend/index.css
@@ -1,5 +1,8 @@
-body{
+body {
+ font-family: 'Shippori Antique', sans-serif;
height: 80vh;
- background-color: #202124;
- color: #f1f1f1;
+ /* background-color: #222848; */
+ background-color: #f8f9ff;
+ /* color: #f1f1f1; */
+ color: #3b3e66;
}
\ No newline at end of file
diff --git a/frontend/index.html b/frontend/index.html
index 9bf13cb..5b24c82 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -7,6 +7,9 @@
+
+
+