Update style.css

main
witchdocsec 2024-09-16 04:45:07 +01:00 committed by GitHub
parent af8660e1a3
commit 8a2ba1ac6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 6 deletions

View File

@ -149,8 +149,10 @@ body {
/* Services Section Styles */
.services {
background: linear-gradient(to bottom, #050009, #11031c 10%, #11031c 90%, #050009);
background-color: #11031c;
background-color: #0a0811;
background-image: radial-gradient(#00FFFF 2px, transparent 0);
background-size: 30px 30px;
background-position: -5px -5px;
padding: 5em 0;
text-align: center;
}
@ -265,8 +267,10 @@ body {
/* Blog Section Styles */
.blog {
background: linear-gradient(to bottom, #11031c 90%, #050009);
background-color: #11031c;
background-color: #0a0811;
background-image: radial-gradient(#00FFFF 2px, transparent 0);
background-size: 30px 30px;
background-position: -5px -5px;
padding: 5em 0;
text-align: center;
}
@ -481,8 +485,10 @@ body {
/* Tools and Packages Section Styles */
.tools-packages {
background: linear-gradient(to bottom, #11031c 90%, #050009);
background-color: #11031c;
background-color: #0a0811;
background-image: radial-gradient(#00FFFF 2px, transparent 0);
background-size: 30px 30px;
background-position: -5px -5px;
padding: 5em 0;
text-align: center;
}