From e59d918f9c86a1183403ce6c2076949e2c65cb71 Mon Sep 17 00:00:00 2001 From: vista-man <524715@vistacollege.nl> Date: Sat, 25 Jan 2025 21:37:44 +0100 Subject: [PATCH] a --- style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 5f134a6..13e0e2f 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ body { font-family: sans-serif; margin: 20px; 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 { @@ -28,10 +28,9 @@ h2 { padding-bottom: 5px; } -/* Corrected heading style */ h1, h2 { - background-image: none; /* Remove previous background-image */ - color: #007bff; /* Set the text color explicitly */ + background-image: none; + color: #007bff; } p {