Skip to content

Commit c0889ed

Browse files
authored
Update style.css for highlights and colors
1 parent 1fa5dc3 commit c0889ed

1 file changed

Lines changed: 2 additions & 33 deletions

File tree

style.css

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ th, td {
5555
text-align: left;
5656
padding: 0.6em;
5757
border-bottom: 1px solid #ddd;
58-
}
59-
60-
tr:hover {
61-
background: #f1f1f1;
62-
transition: background 0.2s ease-in-out;
58+
font-size: 0.95rem;
6359
}
6460

6561
/* --- Alternating row colors --- */
@@ -72,31 +68,4 @@ table.dataTable thead th {
7268
background-color: #000;
7369
color: #ff4500; /* matches nav active color */
7470
font-weight: bold;
75-
text-align: center;
76-
border-bottom: 2px solid #ff4500;
77-
white-space: nowrap;
78-
position: sticky;
79-
top: 0;
80-
z-index: 3;
81-
}
82-
83-
/* --- Freeze first column --- */
84-
table.dataTable tbody td:first-child,
85-
table.dataTable thead th:first-child {
86-
background-color: #f9f9f9;
87-
color: #000;
88-
font-weight: bold;
89-
position: sticky;
90-
left: 0;
91-
z-index: 2;
92-
}
93-
94-
/* --- Mobile: Horizontal scroll --- */
95-
@media (max-width: 768px) {
96-
.dataTables_wrapper {
97-
overflow-x: auto;
98-
}
99-
table.dataTable {
100-
min-width: 600px;
101-
}
102-
}
71+
te

0 commit comments

Comments
 (0)