Update style.css

main
Saltine 2024-07-02 19:18:06 -07:00 committed by GitHub
parent ba215880f1
commit 9474da1af0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -149,7 +149,7 @@ body {
/* Services Section Styles */ /* Services Section Styles */
.services { .services {
background-color: #190727; background-color: #160623;
padding: 5em 0; padding: 5em 0;
text-align: center; text-align: center;
} }
@ -263,7 +263,7 @@ body {
/* Blog Section Styles */ /* Blog Section Styles */
.blog { .blog {
background-color: #190727; background-color: #160623;
padding: 5em 0; padding: 5em 0;
text-align: center; text-align: center;
} }
@ -323,7 +323,7 @@ body {
} }
.bug-item { .bug-item {
background-color: #220a33; background-color: #160623;
padding: 1em; padding: 1em;
border-radius: 8px; border-radius: 8px;
margin-bottom: 1em; margin-bottom: 1em;
@ -477,7 +477,7 @@ body {
/* Tools and Packages Section Styles */ /* Tools and Packages Section Styles */
.tools-packages { .tools-packages {
background-color: #190727; background-color: #160623;
padding: 5em 0; padding: 5em 0;
text-align: center; text-align: center;
} }
@ -546,7 +546,7 @@ body {
/* Footer Styles */ /* Footer Styles */
.footer { .footer {
background-color: #190727; background-color: #160623;
color: #111; color: #111;
text-align: center; text-align: center;
padding: 1em 0; padding: 1em 0;