Update style.css

main
Saltine 2024-07-02 19:23:52 -07:00 committed by GitHub
parent e35166f865
commit 990acd8764
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 {
background-color: #140320;
background-color: #11031c;
padding: 5em 0;
text-align: center;
}
@ -263,7 +263,7 @@ body {
/* Blog Section Styles */
.blog {
background-color: #140320;
background-color: #11031c;
padding: 5em 0;
text-align: center;
}
@ -323,7 +323,7 @@ body {
}
.bug-item {
background-color: #140320;
background-color: #11031c;
padding: 1em;
border-radius: 8px;
margin-bottom: 1em;
@ -477,7 +477,7 @@ body {
/* Tools and Packages Section Styles */
.tools-packages {
background-color: #140320;
background-color: #11031c;
padding: 5em 0;
text-align: center;
}
@ -546,7 +546,7 @@ body {
/* Footer Styles */
.footer {
background-color: #140320;
background-color: #11031c;
color: #111;
text-align: center;
padding: 1em 0;