We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5afe65 commit f0f678cCopy full SHA for f0f678c
1 file changed
_sass/_layout.scss
@@ -274,4 +274,29 @@
274
font-size: 18px;
275
}
276
277
+
278
+ table {
279
+ background-color: #FFFFFF;
280
+ width: 100%;
281
+ text-align: left;
282
+ border-collapse: collapse;
283
+ padding-bottom: 10px;
284
+ }
285
+ table td, table. th {
286
+ border: 1px solid #AAAAAA;
287
+ padding: 3px 2px;
288
289
+ table tbody td {
290
+ font-size: 13px;
291
292
+ table tr:nth-child(even) {
293
+ background: #F3F3F3;
294
295
+ table thead {
296
+ background: #C3C3C3;
297
298
+ table thead th {
299
+ font-size: 15px;
300
+ font-weight: bold;
301
302
0 commit comments