Update styles.css

This commit is contained in:
gr00tie 2023-11-06 10:29:20 +01:00 committed by GitHub
parent e6ab173933
commit 435daae177
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,7 +182,7 @@ tr:hover {
/* Hacker theme styles */ /* Hacker theme styles */
body { body {
font-family: 'Dosis', monospace; font-family: 'Noto Sans', monospace;
background: #0f0f0f; /* Dark background for hacker aesthetic */ background: #0f0f0f; /* Dark background for hacker aesthetic */
color: #e69109; /* Bright green text, reminiscent of old terminals */ color: #e69109; /* Bright green text, reminiscent of old terminals */
} }