From 8c44f64135fea32753358343a589e4faa7b4e386 Mon Sep 17 00:00:00 2001 From: user Date: Sat, 19 Oct 2024 18:33:51 +0200 Subject: [PATCH] ok --- css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index e8d345d..b63649e 100644 --- a/css/style.css +++ b/css/style.css @@ -15,7 +15,7 @@ header { display: flex; justify-content: space-between; align-items: center; - background-color: green; /* Kolor tła nagłówka */ + background-color: darkgrey; /* Kolor tła nagłówka */ padding: 10px; /* Padding wewnętrzny dla lepszego wyglądu */ color: whitesmoke; /* Kolor tekstu */ } @@ -221,7 +221,6 @@ input[type="checkbox"] { padding: 0; font-family: Arial, sans-serif; } - .lead { background-color: #555; }