insignificant changes

This commit is contained in:
Candifloss 2024-11-15 16:48:11 +05:30
parent b080aeb8f1
commit 553cc785b2
3 changed files with 15 additions and 9 deletions

View File

@ -197,8 +197,8 @@ header .header-section.header-right a:hover {
display: block; display: block;
width: 100%; width: 100%;
overflow-y: scroll; overflow-y: scroll;
max-height: 108px; height: 107px;
background-color: #262626; max-height: 109px;
padding-top: 3px; padding-top: 3px;
border-radius: 3px; border-radius: 3px;
} }
@ -227,19 +227,19 @@ header .header-section.header-right a:hover {
margin-right: 1ch; margin-right: 1ch;
} }
.sidebar-right .repo-languages .repo-lang-list .repo-lang-list-item.lang-1 { .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 { .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 { .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 { .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 { .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 { .sidebar-right .settings-link {
display: flex; display: flex;

View File

@ -136,6 +136,11 @@
<span class="repo-lang-name">Go</span> <span class="repo-lang-name">Go</span>
<span class="repo-lang-perc">90%</span> <span class="repo-lang-perc">90%</span>
</li> </li>
<li class="repo-lang-list-item lang-4">
<i class="repo-lang-icon fa-brands fa-rust"></i>
<span class="repo-lang-name">Rust</span>
<span class="repo-lang-perc">20%</span>
</li>
</ul> </ul>
</div> </div>

View File

@ -180,9 +180,10 @@ $settings-link-hover-bg-color: #333;
display: block; display: block;
width: 100%; width: 100%;
overflow-y: scroll; overflow-y: scroll;
max-height: 108px; height: 107px;
max-height: 109px;
//max-height: 103px; //max-height: 103px;
background-color: #262626; //background-color: #262626;
padding-top: 3px; padding-top: 3px;
border-radius: 3px; border-radius: 3px;