This commit is contained in:
user 2024-10-19 18:33:51 +02:00
parent 88a42e9ff4
commit 8c44f64135
1 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,7 @@ header {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; 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 */ padding: 10px; /* Padding wewnętrzny dla lepszego wyglądu */
color: whitesmoke; /* Kolor tekstu */ color: whitesmoke; /* Kolor tekstu */
} }
@ -221,7 +221,6 @@ input[type="checkbox"] {
padding: 0; padding: 0;
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
} }
.lead { .lead {
background-color: #555; background-color: #555;
} }