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