@@ -398,6 +398,7 @@ table thead td {
398
398
vertical-align : middle;
399
399
padding : 0.1em 0.3em ;
400
400
border-radius : 3px ;
401
+ color : # 6e6b5e ;
401
402
}
402
403
.light a : hover > .hljs {
403
404
text-decoration : underline;
@@ -516,6 +517,7 @@ table thead td {
516
517
vertical-align : middle;
517
518
padding : 0.1em 0.3em ;
518
519
border-radius : 3px ;
520
+ color : # c5c8c6 ;
519
521
}
520
522
.coal a : hover > .hljs {
521
523
text-decoration : underline;
@@ -634,6 +636,7 @@ table thead td {
634
636
vertical-align : middle;
635
637
padding : 0.1em 0.3em ;
636
638
border-radius : 3px ;
639
+ color : # c5c8c6 ;
637
640
}
638
641
.navy a : hover > .hljs {
639
642
text-decoration : underline;
@@ -752,6 +755,7 @@ table thead td {
752
755
vertical-align : middle;
753
756
padding : 0.1em 0.3em ;
754
757
border-radius : 3px ;
758
+ color : # 6e6b5e ;
755
759
}
756
760
.rust a : hover > .hljs {
757
761
text-decoration : underline;
@@ -775,6 +779,125 @@ table thead td {
775
779
.rust pre > .result {
776
780
margin-top : 10px ;
777
781
}
782
+ .ayu {
783
+ color : # c5c5c5 ;
784
+ background-color : # 0f1419 ;
785
+ /* Inline code */
786
+ }
787
+ .ayu .content .header : link ,
788
+ .ayu .content .header : visited {
789
+ color : # c5c5c5 ;
790
+ pointer : cursor;
791
+ }
792
+ .ayu .content .header : link : hover ,
793
+ .ayu .content .header : visited : hover {
794
+ text-decoration : none;
795
+ }
796
+ .ayu .sidebar {
797
+ background-color : # 14191f ;
798
+ color : # c8c9db ;
799
+ }
800
+ .ayu .chapter li {
801
+ color : # 5c6773 ;
802
+ }
803
+ .ayu .chapter li a {
804
+ color : # c8c9db ;
805
+ }
806
+ .ayu .chapter li .active ,
807
+ .ayu .chapter li a : hover {
808
+ /* Animate color change */
809
+ color : # ffb454 ;
810
+ }
811
+ .ayu .chapter .spacer {
812
+ background-color : # 2d334f ;
813
+ }
814
+ .ayu .menu-bar ,
815
+ .ayu .menu-bar : visited ,
816
+ .ayu .nav-chapters ,
817
+ .ayu .nav-chapters : visited ,
818
+ .ayu .mobile-nav-chapters ,
819
+ .ayu .mobile-nav-chapters : visited {
820
+ color : # 737480 ;
821
+ }
822
+ .ayu .menu-bar i : hover ,
823
+ .ayu .nav-chapters : hover ,
824
+ .ayu .mobile-nav-chapters i : hover {
825
+ color : # b7b9cc ;
826
+ }
827
+ .ayu .mobile-nav-chapters i : hover {
828
+ color : # c8c9db ;
829
+ }
830
+ .ayu .mobile-nav-chapters {
831
+ background-color : # 14191f ;
832
+ }
833
+ .ayu .content a : link ,
834
+ .ayu a : visited ,
835
+ .ayu a > .hljs {
836
+ color : # 0096cf ;
837
+ }
838
+ .ayu .theme-popup {
839
+ color : # c5c5c5 ;
840
+ background : # 14191f ;
841
+ border : 1px solid # 5c6773 ;
842
+ }
843
+ .ayu .theme-popup .theme : hover {
844
+ background-color : # 191f26 ;
845
+ }
846
+ .ayu .theme-popup .default {
847
+ color : # 737480 ;
848
+ }
849
+ .ayu blockquote {
850
+ margin : 20px 0 ;
851
+ padding : 0 20px ;
852
+ color : # c5c5c5 ;
853
+ background-color : # 262933 ;
854
+ border-top : 0.1em solid # 2f333f ;
855
+ border-bottom : 0.1em solid # 2f333f ;
856
+ }
857
+ .ayu table td {
858
+ border-color : # 182028 ;
859
+ }
860
+ .ayu table tbody tr : nth-child (2n) {
861
+ background : # 141b22 ;
862
+ }
863
+ .ayu table thead {
864
+ background : # 324354 ;
865
+ }
866
+ .ayu table thead td {
867
+ border : none;
868
+ }
869
+ .ayu table thead tr {
870
+ border : 1px # 324354 solid;
871
+ }
872
+ .ayu : not (pre ) > .hljs {
873
+ display : inline-block;
874
+ vertical-align : middle;
875
+ padding : 0.1em 0.3em ;
876
+ border-radius : 3px ;
877
+ color : # ffb454 ;
878
+ }
879
+ .ayu a : hover > .hljs {
880
+ text-decoration : underline;
881
+ }
882
+ .ayu pre {
883
+ position : relative;
884
+ }
885
+ .ayu pre > .buttons {
886
+ position : absolute;
887
+ right : 5px ;
888
+ top : 5px ;
889
+ color : # c8c9db ;
890
+ cursor : pointer;
891
+ }
892
+ .ayu pre > .buttons : hover {
893
+ color : # ffb454 ;
894
+ }
895
+ .ayu pre > .buttons i {
896
+ margin-left : 8px ;
897
+ }
898
+ .ayu pre > .result {
899
+ margin-top : 10px ;
900
+ }
778
901
@media only print {
779
902
# sidebar ,
780
903
# menu-bar ,
0 commit comments