Update style.css

main
Saltine 2024-07-03 16:52:22 -07:00 committed by GitHub
parent 95f48f3967
commit e9183f811d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
body { body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
background-color: #0e0e0e; background-color: #11031c;
color: #fff; color: #fff;
line-height: 1.6; line-height: 1.6;
display: flex; display: flex;
@ -48,7 +48,7 @@ body {
/* Header Styles */ /* Header Styles */
.header { .header {
background-color: #111; background-color: #000000;
padding: 1em 0; padding: 1em 0;
position: fixed; position: fixed;
top: 0; top: 0;