Skip to content

Commit 419d214

Browse files
committed
Update main.scss
1 parent 628c03b commit 419d214

File tree

1 file changed

+28
-32
lines changed

1 file changed

+28
-32
lines changed

css/main.scss

+28-32
Original file line numberDiff line numberDiff line change
@@ -445,12 +445,8 @@ footer {
445445
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
446446
margin-top: $container-padding-half;
447447

448-
th {
449-
border-top: none;
450-
}
451-
452-
td {
453-
border-top: 1px solid #222429;
448+
th, td {
449+
border: none;
454450
}
455451

456452
td:first-child a {
@@ -476,25 +472,25 @@ footer {
476472

477473
.container div {
478474
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-
}
492475

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+
}
498494
}
499495
}
500496

@@ -559,7 +555,7 @@ footer {
559555
}
560556

561557
.fancybox-button {
562-
background: rgba(40, 40, 40, 0.6);
558+
background: rgba($background-highlight, 0.6);
563559
}
564560

565561
.container-assets {
@@ -700,20 +696,20 @@ footer {
700696
padding: 0px 6px 1px 6px;
701697
margin: 0px 2px;
702698
font-size: 13px;
703-
color: #555;
699+
color: $background-highlight;
704700
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%);
708704
border-radius: 3px;
709-
box-shadow: inset 0 -1px 0 #bbb;
705+
box-shadow: inset 0 -1px 0 darken($text-color-alt, 10%);
710706
}
711707

712708
blockquote {
713709
margin-top: 4px;
714710
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%);
717713
}
718714

719715
table {

0 commit comments

Comments
 (0)