@@ -445,12 +445,8 @@ footer {
445
445
box-shadow : 0px 0px 30px rgba (0 , 0 , 0 , 0.2 );
446
446
margin-top : $container-padding-half ;
447
447
448
- th {
449
- border-top : none ;
450
- }
451
-
452
- td {
453
- border-top : 1px solid #222429 ;
448
+ th , td {
449
+ border : none ;
454
450
}
455
451
456
452
td :first-child a {
@@ -476,25 +472,25 @@ footer {
476
472
477
473
.container div {
478
474
display : flex ;
479
- }
480
-
481
- #code {
482
- height : auto ;
483
- background-color : lighten ($background-highlight , 5% );
484
- border : none ;
485
- border-top : 1px solid lighten ($background-highlight , 10% );
486
- box-shadow : none ;
487
- color : $text-color-alt ;
488
- font-size : 25px ;
489
- font-weight : 300 ;
490
- padding-left : 15px ;
491
- }
492
475
493
- .btn {
494
- margin : 0px 0px 0px 15px ;
495
- padding : 10px ;
496
- white-space : nowrap ;
497
- width : 280px ;
476
+ input {
477
+ height : auto ;
478
+ background-color : lighten ($background-highlight , 5% );
479
+ border : none ;
480
+ border-top : 1px solid lighten ($background-highlight , 10% );
481
+ box-shadow : none ;
482
+ color : $text-color-alt ;
483
+ font-size : 25px ;
484
+ font-weight : 300 ;
485
+ padding-left : 15px ;
486
+ }
487
+
488
+ .btn {
489
+ margin : 0px 0px 0px 15px ;
490
+ padding : 10px ;
491
+ white-space : nowrap ;
492
+ width : 280px ;
493
+ }
498
494
}
499
495
}
500
496
@@ -559,7 +555,7 @@ footer {
559
555
}
560
556
561
557
.fancybox-button {
562
- background : rgba (40 , 40 , 40 , 0.6 );
558
+ background : rgba ($background-highlight , 0.6 );
563
559
}
564
560
565
561
.container-assets {
@@ -700,20 +696,20 @@ footer {
700
696
padding : 0px 6px 1px 6px ;
701
697
margin : 0px 2px ;
702
698
font-size : 13px ;
703
- color : #555 ;
699
+ color : $background-highlight ;
704
700
vertical-align : middle ;
705
- background-color : #f5f5f5 ;
706
- border : solid 1px #ccc ;
707
- border-bottom-color : #bbb ;
701
+ background-color : $text-color ;
702
+ border : solid 1px $text-color-alt ;
703
+ border-bottom-color : darken ( $text-color-alt , 10 % ) ;
708
704
border-radius : 3px ;
709
- box-shadow : inset 0 -1px 0 #bbb ;
705
+ box-shadow : inset 0 -1px 0 darken ( $text-color-alt , 10 % ) ;
710
706
}
711
707
712
708
blockquote {
713
709
margin-top : 4px ;
714
710
padding : 0 1em ;
715
- color : #bfbfbf ;
716
- border-left : 0.25em solid #bfbfbf ;
711
+ color : darken ( $text-color-alt , 10 % ) ;
712
+ border-left : 0.25em solid darken ( $text-color-alt , 10 % ) ;
717
713
}
718
714
719
715
table {
0 commit comments