diff --git a/static/main.css b/static/main.css index 080a8f2..e975d25 100644 --- a/static/main.css +++ b/static/main.css @@ -6,6 +6,7 @@ body { background-color: #0a0a0a; + color: #fafafa; max-width: clamp(600px, 35%, 800px); height: 100vh; @@ -154,4 +155,4 @@ pre table td:nth-of-type(1) { pre table { width: 100%; border-collapse: collapse; -} \ No newline at end of file +}