Update style.css
parent
9474da1af0
commit
e35166f865
10
style.css
10
style.css
|
@ -149,7 +149,7 @@ body {
|
||||||
|
|
||||||
/* Services Section Styles */
|
/* Services Section Styles */
|
||||||
.services {
|
.services {
|
||||||
background-color: #160623;
|
background-color: #140320;
|
||||||
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: #160623;
|
background-color: #140320;
|
||||||
padding: 5em 0;
|
padding: 5em 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -323,7 +323,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.bug-item {
|
.bug-item {
|
||||||
background-color: #160623;
|
background-color: #140320;
|
||||||
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: #160623;
|
background-color: #140320;
|
||||||
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: #160623;
|
background-color: #140320;
|
||||||
color: #111;
|
color: #111;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1em 0;
|
padding: 1em 0;
|
||||||
|
|
Loading…
Reference in New Issue