Update style.css

main
Saltine 2024-07-03 16:38:19 -07:00 committed by GitHub
parent f4d8c30912
commit 20423889ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
body {
font-family: Arial, sans-serif;
background-color: #0e0e0e;
background-color: #050009;
color: #fff;
line-height: 1.6;
display: flex;
@ -48,7 +48,7 @@ body {
/* Header Styles */
.header {
background-color: #111;
background-color: #000000;
padding: 1em 0;
position: fixed;
top: 0;
@ -137,7 +137,7 @@ body {
}
.blog-post {
background-color: #333;
background-color: #11031c;
padding: 2em;
margin-bottom: 2em;
border-radius: 8px;