We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8e196 commit c20978cCopy full SHA for c20978c
src/styles/Schedule.css
@@ -66,24 +66,21 @@
66
}
67
68
.main-event2 {
69
- background-color: #694925;
+ background-color: #8E4510;
70
71
- .workshop {
72
- background-color: #7e5e39;
73
- }
74
- .foods {
75
+ .workshop, .foods {
+ background-color: #6C7516;
76
77
78
.schedule-day-button {
79
padding: 15px;
80
border-radius: 10px;
81
font-size: 1.75rem;
82
font-weight: 900;
83
- background: #ca6b12;
+ background: #D19926;
84
cursor: pointer;
85
- color: white;
86
- border: 0px solid white;
+ color: #EBDEB0;
+ border: 2px solid #163D11;
87
text-align: center;
88
margin: 20px;
89
@@ -136,4 +133,4 @@
136
133
display: flex;
137
134
align-items: center;
138
135
139
+ }
0 commit comments