File tree 1 file changed +37
-4
lines changed 1 file changed +37
-4
lines changed Original file line number Diff line number Diff line change @@ -131,12 +131,15 @@ font-size: 1.3rem;
131
131
font-weight : 600 ;
132
132
}
133
133
134
+ .Nutrition {
135
+ padding-bottom : 1.2rem ;
136
+ }
134
137
.Nutrition h5 {
135
138
font-size : 1.3rem ;
136
139
}
137
140
138
141
.Nutrition p {
139
- margin-bottom : 1rem ;
142
+ margin : 1rem 0 ;
140
143
}
141
144
142
145
table {
@@ -146,18 +149,48 @@ table {
146
149
}
147
150
148
151
table td {
149
- border-bottom : 1px solid black ;
152
+ border-bottom : 1px solid var ( --Light-Grey ) ;
150
153
padding : 10px ;
151
154
}
155
+ table td : nth-of-type (1 ) {
156
+ padding-left : 20px ;
157
+ }
152
158
153
159
table td : nth-of-type (2 ) {
154
160
color : var (--Nutmeg );
155
161
font-weight : 700 ;
156
162
}
163
+
164
+ table tr : last-of-type td {
165
+ border-bottom : none;
166
+ }
167
+
168
+ table tr {
169
+ cursor : pointer;
170
+ transition : background-color 0.3s ease;
171
+ }
172
+
173
+ table tr : hover {
174
+ background-color : var (--Rose-White );
175
+ }
176
+
177
+ footer {
178
+ padding : 1rem 1rem 0 1rem ;
179
+ }
157
180
.attribution {
158
- font-size : 11 px ;
181
+ font-size : 0.9 rem ;
159
182
text-align : center;
160
183
}
161
184
.attribution a {
162
- color : hsl (228 , 45% , 44% );
185
+ text-decoration : none;
186
+ font-style : oblique;
187
+ border-radius : 30px ;
188
+ border-bottom : 1.4px solid var (--Dark-Raspberry );
189
+ color : var (--Dark-Raspberry );
190
+ }
191
+
192
+ .attribution a : hover {
193
+ color : var (--Nutmeg );
194
+ border-bottom : 1.4px solid var (--Nutmeg );
195
+ font-weight : 600 ;
163
196
}
You can’t perform that action at this time.
0 commit comments