Update styles.css

This commit is contained in:
gr00tie 2023-11-06 10:29:20 +01:00 committed by GitHub
parent 06d0296183
commit 6f0c671000

View file

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