Skip to content
Snippets Groups Projects
Commit fa97fd33 authored by Arina Filatova's avatar Arina Filatova
Browse files

change colour of the top row

parent e7cd7128
No related branches found
No related tags found
No related merge requests found
Pipeline #479536 passed
......@@ -269,7 +269,7 @@ table {
}
thead {
background-color: #396d7e;
background-color: #2c5365; /* Darker color for better contrast */
}
th, td {
......@@ -278,7 +278,7 @@ th, td {
}
th {
color: white;
color: #ffffff; /* Ensure text is fully white */
font-weight: bold;
}
......@@ -396,4 +396,4 @@ tbody tr:hover td {
width: 100%;
}
}
</style>
\ No newline at end of file
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment