Skip to content

Commit

Permalink
shift schedule colors to accessibility palette
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferyjohn authored Feb 15, 2025
1 parent 0b8e196 commit c20978c
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions src/styles/Schedule.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,24 +66,21 @@
}

.main-event2 {
background-color: #694925;
background-color: #8E4510;
}
.workshop {
background-color: #7e5e39;
}
.foods {
background-color: #7e5e39;
.workshop, .foods {
background-color: #6C7516;
}

.schedule-day-button {
padding: 15px;
border-radius: 10px;
font-size: 1.75rem;
font-weight: 900;
background: #ca6b12;
background: #D19926;
cursor: pointer;
color: white;
border: 0px solid white;
color: #EBDEB0;
border: 2px solid #163D11;
text-align: center;
margin: 20px;
}
Expand Down Expand Up @@ -136,4 +133,4 @@
display: flex;
align-items: center;
}
}
}

0 comments on commit c20978c

Please # to comment.