@@ -6128,8 +6128,8 @@ table {
6128
6128
thead ,
6129
6129
tbody ,
6130
6130
tfoot {
6131
- border : 1px solid # ebebeb ;
6132
- background-color : # FFF ;
6131
+ border : 1px solid # dbdfe4 ;
6132
+ background-color : # e8ebee ;
6133
6133
}
6134
6134
6135
6135
caption {
@@ -6138,12 +6138,12 @@ caption {
6138
6138
}
6139
6139
6140
6140
thead {
6141
- background : whitesmoke ;
6141
+ background : # e2e5e9 ;
6142
6142
color : # 1E1E1E ;
6143
6143
}
6144
6144
6145
6145
tfoot {
6146
- background : # ebebeb ;
6146
+ background : # dbdfe4 ;
6147
6147
color : # 1E1E1E ;
6148
6148
}
6149
6149
@@ -6167,16 +6167,16 @@ tbody td {
6167
6167
6168
6168
tbody tr : nth-child (even) {
6169
6169
border-bottom : 0 ;
6170
- background-color : # ebebeb ;
6170
+ background-color : # dbdfe4 ;
6171
6171
}
6172
6172
6173
6173
table .unstriped tbody {
6174
- background-color : # FFF ;
6174
+ background-color : # e8ebee ;
6175
6175
}
6176
6176
table .unstriped tbody tr {
6177
6177
border-bottom : 0 ;
6178
- border-bottom : 1px solid # ebebeb ;
6179
- background-color : # FFF ;
6178
+ border-bottom : 1px solid # dbdfe4 ;
6179
+ background-color : # e8ebee ;
6180
6180
}
6181
6181
6182
6182
@media screen and (max-width : 63.99875em ) {
@@ -6203,16 +6203,16 @@ table.scroll {
6203
6203
}
6204
6204
6205
6205
table .hover thead tr : hover {
6206
- background-color : # f0f0f0 ;
6206
+ background-color : # dce0e5 ;
6207
6207
}
6208
6208
table .hover tfoot tr : hover {
6209
- background-color : # e6e6e6 ;
6209
+ background-color : # d5dae0 ;
6210
6210
}
6211
6211
table .hover tbody tr : hover {
6212
- background-color : # fafafa ;
6212
+ background-color : # e3e6ea ;
6213
6213
}
6214
6214
table .hover : not (.unstriped ) tr : nth-of-type (even ): hover {
6215
- background-color : # e6e6e6 ;
6215
+ background-color : # d4d9df ;
6216
6216
}
6217
6217
6218
6218
.table-scroll {
@@ -8594,136 +8594,6 @@ blockquote cite {
8594
8594
margin-top : 2rem ;
8595
8595
}
8596
8596
8597
- .recap-header {
8598
- padding-top : 8rem ;
8599
- padding-bottom : 5rem ;
8600
- background-image : url ("sunrise-sky.477fe0a2.svg" );
8601
- background-position : top center;
8602
- background-repeat : no-repeat;
8603
- background-size : cover;
8604
- }
8605
- .recap-header h1 {
8606
- margin-bottom : 0 ;
8607
- }
8608
- .recap-header h1 : after {
8609
- display : none;
8610
- }
8611
-
8612
- .recap-heading {
8613
- margin : 0 auto 1rem ;
8614
- padding : 0.75rem ;
8615
- max-width : 46rem ;
8616
- background : # 703D76 ;
8617
- text-align : center;
8618
- color : # FFF ;
8619
- }
8620
- .recap-heading .emoji {
8621
- width : 38px ;
8622
- height : 38px ;
8623
- }
8624
- @media print, screen and (min-width : 55.625em ) {
8625
- .recap-heading {
8626
- margin-bottom : 3rem ;
8627
- font-size : 2rem ;
8628
- }
8629
- }
8630
-
8631
- .recap-intro .social-icons {
8632
- margin-top : 0.5rem ;
8633
- }
8634
-
8635
- .recap-intro img {
8636
- margin-bottom : 1rem ;
8637
- }
8638
-
8639
- .organizer-block .profile .social-icons a {
8640
- color : # FBAECD ;
8641
- }
8642
-
8643
- .highlight-events .events {
8644
- flex-flow : row wrap;
8645
- justify-content : center;
8646
- margin : 0 auto;
8647
- max-width : 57.6923076923rem ;
8648
- }
8649
-
8650
- .highlight-events .event {
8651
- margin : 0 0.5rem 1rem ;
8652
- }
8653
-
8654
- .highlight-events-header {
8655
- margin-bottom : 1rem ;
8656
- width : 100% ;
8657
- text-align : center;
8658
- }
8659
-
8660
- @media print, screen and (min-width : 55.625em ) {
8661
- .highlight-events .events .event ,
8662
- .highlight-events .events .event : first-child ,
8663
- .highlight-events .events .event : last-child {
8664
- width : calc (100% * 1 / 3 - 1rem );
8665
- flex-grow : 0 ;
8666
- }
8667
- }
8668
-
8669
- .presenter-list {
8670
- display : flex;
8671
- flex-flow : row wrap;
8672
- justify-content : center;
8673
- padding-right : 30px ;
8674
- padding-left : 30px ;
8675
- }
8676
-
8677
- .presenter-list-block {
8678
- padding-right : 0.4807692308rem ;
8679
- padding-left : 0.4807692308rem ;
8680
- }
8681
- .presenter-list-block .presenter-list .presenter-byline {
8682
- display : inline-flex;
8683
- margin : 0 1rem 2rem ;
8684
- }
8685
- .presenter-list-block .presenter-list .avatar {
8686
- max-width : 60px ;
8687
- }
8688
- @media print, screen and (min-width : 55.625em ) {
8689
- .presenter-list-block .presenter-byline {
8690
- margin : 0 1.5rem 2rem ;
8691
- }
8692
- .presenter-list-block .avatar {
8693
- max-width : 80px ;
8694
- }
8695
- }
8696
-
8697
- .photos-block {
8698
- display : flex;
8699
- flex-flow : row wrap;
8700
- background : # D19FDD ;
8701
- }
8702
- .photos-block-header {
8703
- display : flex;
8704
- flex-direction : column;
8705
- justify-content : center;
8706
- align-items : center;
8707
- padding : 1rem 2rem ;
8708
- width : 100% ;
8709
- }
8710
- .photos-block .photo {
8711
- flex : 1 0 auto;
8712
- }
8713
- @media print, screen and (min-width : 55.625em ) {
8714
- .photos-block .photo {
8715
- flex : 1 0 33.33% ;
8716
- }
8717
- }
8718
- @media print, screen and (min-width : 64em ) {
8719
- .photos-block-header , .photos-block-header + .photo , .photos-block-header + .photo + .photo {
8720
- width : 33.33% ;
8721
- }
8722
- .photos-block .photo {
8723
- flex : 1 0 25% ;
8724
- }
8725
- }
8726
-
8727
8597
/* This styles code blocks used for examples. */
8728
8598
.highlight {
8729
8599
background : # F7F8F9 ;
0 commit comments