This commit is contained in:
vista-man
2025-01-25 21:37:44 +01:00
parent aee6db40d1
commit e59d918f9c

View File

@@ -2,7 +2,7 @@ body {
font-family: sans-serif; font-family: sans-serif;
margin: 20px; margin: 20px;
background-color: #f0f0f0; background-color: #f0f0f0;
background-image: linear-gradient(to bottom right, #f0f0f0, #e0e0e0); background-image: linear-gradient(to bottom right, #f0f0f0, #e0e0e0, #c6c6c6, #999999, #666666, #333333, #000000);
} }
.container { .container {
@@ -28,10 +28,9 @@ h2 {
padding-bottom: 5px; padding-bottom: 5px;
} }
/* Corrected heading style */
h1, h2 { h1, h2 {
background-image: none; /* Remove previous background-image */ background-image: none;
color: #007bff; /* Set the text color explicitly */ color: #007bff;
} }
p { p {