File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -766,35 +766,28 @@ ul.demo li {
766766 margin : 1em 0 ;
767767}
768768.content > table {
769- border : 1 px solid # ddd ;
769+ border : 2 px solid $white ;
770770 margin : 1.2em auto;
771771 padding : 1em ;
772- border-collapse : collapse;
773772}
774773.content > table td ,
775774.content > table th {
776775 line-height : 1.6em ;
777- padding : 0.5em ;
776+ padding : 0.5em 1.4 em ;
778777 border : none;
779778}
780- .content > table td : first-child ,
781- .content > table th : first-child {
782- padding-left : 1.4em ;
783- }
784- .content > table td : last-child ,
785- .content > table th : last-child {
786- padding-right : 1.4em ;
779+ .content > table td {
780+ background-color : # fcfcfc ;
787781}
788782.content > table th {
783+ background-color : # 42b983 ;
784+ color : # fff ;
789785 padding-top : 0.85em ;
790786 padding-bottom : 0.85em ;
791787 text-align : left;
792788}
793- .content > table tbody tr : nth-child (2n - 1) {
794- background-color : # fdfdfd ;
795- }
796- .content > table tbody tr : last-child td {
797- padding-bottom : 1.2em ;
789+ .content > table tbody code {
790+ background-color : # efefef ;
798791}
799792.content p .tip {
800793 padding : 12px 24px 12px 30px ;
You can’t perform that action at this time.
0 commit comments