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;
justify-content: space-between;
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 */
color: white; /* Kolor tekstu */
color: whitesmoke; /* Kolor tekstu */
}
.up-button {
display: flex;
@ -123,14 +123,14 @@ tr:nth-child(even) {
.select-class select {
padding: 5px;
font-size: 16px;
border: 1px solid #ccc;
border: 1px solid lightgray;
border-radius: 4px;
}
.select-role select {
padding: 5px;
font-size: 16px;
border: 1px solid #ccc;
border: 1px solid lightgray;
border-radius: 4px;
}
@ -143,14 +143,14 @@ h1, h2, h3 {
body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: #fafafa;
background-color: gray;
}
/* Stylizacja stopki */
footer.footer {
width: 100%;
padding: 20px 0;
background-color: #fafafa;
background-color: grey;
color: #555;
}
@ -176,7 +176,7 @@ footer.footer {
.footer-line {
border: none;
border-top: 2px solid #ddd;
border-top: 2px solid black;
margin: 20px 0;
width: 100%;
}
@ -187,6 +187,7 @@ footer.footer {
margin: 5px 0;
font-size: 14px;
color: #333;
background-color: #555;
}
@ -223,4 +224,5 @@ input[type="checkbox"] {
.lead {
background-color: #555;
}
}