Update style.css
parent
9474da1af0
commit
e35166f865
10
style.css
10
style.css
|
@ -149,7 +149,7 @@ body {
|
|||
|
||||
/* Services Section Styles */
|
||||
.services {
|
||||
background-color: #160623;
|
||||
background-color: #140320;
|
||||
padding: 5em 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -263,7 +263,7 @@ body {
|
|||
|
||||
/* Blog Section Styles */
|
||||
.blog {
|
||||
background-color: #160623;
|
||||
background-color: #140320;
|
||||
padding: 5em 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -323,7 +323,7 @@ body {
|
|||
}
|
||||
|
||||
.bug-item {
|
||||
background-color: #160623;
|
||||
background-color: #140320;
|
||||
padding: 1em;
|
||||
border-radius: 8px;
|
||||
margin-bottom: 1em;
|
||||
|
@ -477,7 +477,7 @@ body {
|
|||
|
||||
/* Tools and Packages Section Styles */
|
||||
.tools-packages {
|
||||
background-color: #160623;
|
||||
background-color: #140320;
|
||||
padding: 5em 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -546,7 +546,7 @@ body {
|
|||
|
||||
/* Footer Styles */
|
||||
.footer {
|
||||
background-color: #160623;
|
||||
background-color: #140320;
|
||||
color: #111;
|
||||
text-align: center;
|
||||
padding: 1em 0;
|
||||
|
|
Loading…
Reference in New Issue