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; }