some colours edited

This commit is contained in:
user 2024-10-19 17:58:47 +02:00
parent 1cf4e5b79d
commit 820f9d0ad3
1 changed files with 10 additions and 8 deletions

View File

@ -15,9 +15,9 @@ header {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
background-color: cornflowerblue; /* Kolor tła nagłówka */ background-color: green; /* Kolor tła nagłówka */
padding: 10px; /* Padding wewnętrzny dla lepszego wyglądu */ padding: 10px; /* Padding wewnętrzny dla lepszego wyglądu */
color: white; /* Kolor tekstu */ color: whitesmoke; /* Kolor tekstu */
} }
.up-button { .up-button {
display: flex; display: flex;
@ -123,14 +123,14 @@ tr:nth-child(even) {
.select-class select { .select-class select {
padding: 5px; padding: 5px;
font-size: 16px; font-size: 16px;
border: 1px solid #ccc; border: 1px solid lightgray;
border-radius: 4px; border-radius: 4px;
} }
.select-role select { .select-role select {
padding: 5px; padding: 5px;
font-size: 16px; font-size: 16px;
border: 1px solid #ccc; border: 1px solid lightgray;
border-radius: 4px; border-radius: 4px;
} }
@ -143,14 +143,14 @@ h1, h2, h3 {
body { body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
margin: 20px; margin: 20px;
background-color: #fafafa; background-color: gray;
} }
/* Stylizacja stopki */ /* Stylizacja stopki */
footer.footer { footer.footer {
width: 100%; width: 100%;
padding: 20px 0; padding: 20px 0;
background-color: #fafafa; background-color: grey;
color: #555; color: #555;
} }
@ -176,7 +176,7 @@ footer.footer {
.footer-line { .footer-line {
border: none; border: none;
border-top: 2px solid #ddd; border-top: 2px solid black;
margin: 20px 0; margin: 20px 0;
width: 100%; width: 100%;
} }
@ -187,6 +187,7 @@ footer.footer {
margin: 5px 0; margin: 5px 0;
font-size: 14px; font-size: 14px;
color: #333; color: #333;
background-color: #555;
} }
@ -223,4 +224,5 @@ input[type="checkbox"] {
.lead { .lead {
background-color: #555; background-color: #555;
} }