Update style.css

main
Saltine 2024-07-03 17:04:08 -07:00 committed by GitHub
parent 8a0d5a0e67
commit 5a5e949ac8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -192,6 +192,7 @@ body {
/* About Section Styles */ /* About Section Styles */
.about { .about {
background: linear-gradient(to bottom, #11031c, #050009);
background-color: #050009; background-color: #050009;
color: #fff; color: #fff;
padding: 5em 0; padding: 5em 0;
@ -264,6 +265,7 @@ body {
/* Blog Section Styles */ /* Blog Section Styles */
.blog { .blog {
background: linear-gradient(to bottom, #050009, #11031c);
background-color: #11031c; background-color: #11031c;
padding: 5em 0; padding: 5em 0;
text-align: center; text-align: center;
@ -311,6 +313,7 @@ body {
/* Bugs Section Styles */ /* Bugs Section Styles */
.bugs { .bugs {
background: linear-gradient(to bottom, #11031c, #050009);
background-color: #050009; background-color: #050009;
padding: 5em 0; padding: 5em 0;
text-align: center; text-align: center;
@ -418,6 +421,7 @@ body {
/* Contact Section Styles */ /* Contact Section Styles */
.contact { .contact {
background: linear-gradient(to bottom, #11031c, #050009);
background-color: #050009; background-color: #050009;
color: #fff; color: #fff;
padding: 5em 0; padding: 5em 0;
@ -478,6 +482,7 @@ body {
/* Tools and Packages Section Styles */ /* Tools and Packages Section Styles */
.tools-packages { .tools-packages {
background: linear-gradient(to bottom, #050009, #11031c);
background-color: #11031c; background-color: #11031c;
padding: 5em 0; padding: 5em 0;
text-align: center; text-align: center;