Skip to content

Commit

Permalink
fix UI
Browse files Browse the repository at this point in the history
  • Loading branch information
fefe202 committed Dec 15, 2024
1 parent e76b8a2 commit 2362bb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Frontend/src/app/components/home/home.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
}

.schedule-table tr:nth-child(even) {
background-color: #f9f9f9;
background-color: var(--background-color);
}

.schedule-table tbody tr:hover {
Expand Down Expand Up @@ -158,15 +158,15 @@
}

.machine-type-header {
color: #2c3e50;
color: var(--header-color);
font-size: 1.5rem;
margin: 1.5rem 0 1rem;
padding-bottom: 0.5rem;
border-bottom: 2px solid #3498db;
}

.machine-header {
color: #34495e;
color: var(--header-color);
font-size: 1.2rem;
margin: 1rem 0;
padding-left: 1rem;
Expand Down

0 comments on commit 2362bb2

Please sign in to comment.