Update style.css

This commit is contained in:
Andrew Lee 2024-06-19 21:25:57 -04:00 committed by GitHub
parent 9227fa1df0
commit 8c4989d319
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,6 @@
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
body { body {
font-family: Consolas, open-sans; font-family: "JetBrains Mono", monospace;
background: #333333; background: #333333;
color: white; color: white;
} }
@ -36,4 +37,4 @@ footer {
img.logo { img.logo {
width: 50%; width: 50%;
height: auto; height: auto;
} }