Skip to content

Commit c20978c

Browse files
authored
shift schedule colors to accessibility palette
1 parent 0b8e196 commit c20978c

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

src/styles/Schedule.css

+7-10
Original file line numberDiff line numberDiff line change
@@ -66,24 +66,21 @@
6666
}
6767

6868
.main-event2 {
69-
background-color: #694925;
69+
background-color: #8E4510;
7070
}
71-
.workshop {
72-
background-color: #7e5e39;
73-
}
74-
.foods {
75-
background-color: #7e5e39;
71+
.workshop, .foods {
72+
background-color: #6C7516;
7673
}
7774

7875
.schedule-day-button {
7976
padding: 15px;
8077
border-radius: 10px;
8178
font-size: 1.75rem;
8279
font-weight: 900;
83-
background: #ca6b12;
80+
background: #D19926;
8481
cursor: pointer;
85-
color: white;
86-
border: 0px solid white;
82+
color: #EBDEB0;
83+
border: 2px solid #163D11;
8784
text-align: center;
8885
margin: 20px;
8986
}
@@ -136,4 +133,4 @@
136133
display: flex;
137134
align-items: center;
138135
}
139-
}
136+
}

0 commit comments

Comments
 (0)