File tree 5 files changed +263
-173
lines changed
5 files changed +263
-173
lines changed Original file line number Diff line number Diff line change @@ -431,6 +431,12 @@ table thead td {
431
431
.light pre > .buttons i {
432
432
margin-left : 8px ;
433
433
}
434
+ .light pre > .buttons button {
435
+ color : inherit;
436
+ background : transparent;
437
+ border : none;
438
+ cursor : inherit;
439
+ }
434
440
.light pre > .result {
435
441
margin-top : 10px ;
436
442
}
@@ -567,6 +573,12 @@ table thead td {
567
573
.coal pre > .buttons i {
568
574
margin-left : 8px ;
569
575
}
576
+ .coal pre > .buttons button {
577
+ color : inherit;
578
+ background : transparent;
579
+ border : none;
580
+ cursor : inherit;
581
+ }
570
582
.coal pre > .result {
571
583
margin-top : 10px ;
572
584
}
@@ -703,6 +715,12 @@ table thead td {
703
715
.navy pre > .buttons i {
704
716
margin-left : 8px ;
705
717
}
718
+ .navy pre > .buttons button {
719
+ color : inherit;
720
+ background : transparent;
721
+ border : none;
722
+ cursor : inherit;
723
+ }
706
724
.navy pre > .result {
707
725
margin-top : 10px ;
708
726
}
@@ -839,6 +857,12 @@ table thead td {
839
857
.rust pre > .buttons i {
840
858
margin-left : 8px ;
841
859
}
860
+ .rust pre > .buttons button {
861
+ color : inherit;
862
+ background : transparent;
863
+ border : none;
864
+ cursor : inherit;
865
+ }
842
866
.rust pre > .result {
843
867
margin-top : 10px ;
844
868
}
@@ -975,6 +999,12 @@ table thead td {
975
999
.ayu pre > .buttons i {
976
1000
margin-left : 8px ;
977
1001
}
1002
+ .ayu pre > .buttons button {
1003
+ color : inherit;
1004
+ background : transparent;
1005
+ border : none;
1006
+ cursor : inherit;
1007
+ }
978
1008
.ayu pre > .result {
979
1009
margin-top : 10px ;
980
1010
}
You can’t perform that action at this time.
0 commit comments