diff --git a/test/css/repo-home.css b/test/css/repo-home.css index ca83cf8..1305a3f 100644 --- a/test/css/repo-home.css +++ b/test/css/repo-home.css @@ -197,8 +197,8 @@ header .header-section.header-right a:hover { display: block; width: 100%; overflow-y: scroll; - max-height: 108px; - background-color: #262626; + height: 107px; + max-height: 109px; padding-top: 3px; border-radius: 3px; } @@ -227,19 +227,19 @@ header .header-section.header-right a:hover { margin-right: 1ch; } .sidebar-right .repo-languages .repo-lang-list .repo-lang-list-item.lang-1 { - background: linear-gradient(to left, rgb(74, 21, 80) 0%, rgb(74, 21, 80) 40%, rgba(0, 0, 0, 0) 0%); + background: linear-gradient(to left, rgb(215, 32, 16) 0%, rgb(215, 32, 16) 40%, rgba(0, 0, 0, 0) 0%); } .sidebar-right .repo-languages .repo-lang-list .repo-lang-list-item.lang-2 { - background: linear-gradient(to left, rgb(90, 82, 155) 0%, rgb(90, 82, 155) 10%, rgba(0, 0, 0, 0) 0%); + background: linear-gradient(to left, rgb(221, 1, 14) 0%, rgb(221, 1, 14) 10%, rgba(0, 0, 0, 0) 0%); } .sidebar-right .repo-languages .repo-lang-list .repo-lang-list-item.lang-3 { - background: linear-gradient(to left, rgb(149, 46, 65) 0%, rgb(149, 46, 65) 15%, rgba(0, 0, 0, 0) 0%); + background: linear-gradient(to left, rgb(123, 41, 23) 0%, rgb(123, 41, 23) 15%, rgba(0, 0, 0, 0) 0%); } .sidebar-right .repo-languages .repo-lang-list .repo-lang-list-item.lang-4 { - background: linear-gradient(to left, rgb(90, 82, 110) 0%, rgb(90, 82, 110) 20%, rgba(0, 0, 0, 0) 0%); + background: linear-gradient(to left, rgb(167, 30, 28) 0%, rgb(167, 30, 28) 20%, rgba(0, 0, 0, 0) 0%); } .sidebar-right .repo-languages .repo-lang-list .repo-lang-list-item.lang-5 { - background: linear-gradient(to left, rgb(73, 132, 34) 0%, rgb(73, 132, 34) 90%, rgba(0, 0, 0, 0) 0%); + background: linear-gradient(to left, rgb(98, 67, 75) 0%, rgb(98, 67, 75) 90%, rgba(0, 0, 0, 0) 0%); } .sidebar-right .settings-link { display: flex; diff --git a/test/html/repo-home.html b/test/html/repo-home.html index fab3f64..ee27464 100644 --- a/test/html/repo-home.html +++ b/test/html/repo-home.html @@ -136,6 +136,11 @@ Go 90% +
  • + + Rust + 20% +
  • diff --git a/test/scss/repo-home/_sidebar-right.scss b/test/scss/repo-home/_sidebar-right.scss index c520399..117ef78 100644 --- a/test/scss/repo-home/_sidebar-right.scss +++ b/test/scss/repo-home/_sidebar-right.scss @@ -180,9 +180,10 @@ $settings-link-hover-bg-color: #333; display: block; width: 100%; overflow-y: scroll; - max-height: 108px; + height: 107px; + max-height: 109px; //max-height: 103px; - background-color: #262626; + //background-color: #262626; padding-top: 3px; border-radius: 3px;