diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ } body { - font: 20px jetbrains mono; + font-family: "JetBrains Mono"; + font-size: 18px; width: 60em; display: block; background-color: #1c1c1c; /* Almost Black */ |