Add files via upload

This commit is contained in:
2024-05-12 19:07:16 +02:00
committed by GitHub
parent 2f500461d4
commit 8c7d361a6c
9 changed files with 732 additions and 45 deletions
+60
View File
@@ -0,0 +1,60 @@
.hoverable:hover {
backdrop-filter: blur(150px);
cursor: pointer;
}
#github_projects .stargazers {
padding-right: var(--padding-small);
}
#github_projects .stars {
color: var(--main-txt-color) !important;
}
#github_projects a {
text-transform: capitalize;
text-decoration-line: none;
}
.github-modal>.card {
height: 80% !important;
overflow-y: auto;
}
#github_projects .card {
padding: var(--padding-big);
text-align: left;
}
#github_projects .card a {
color: var(--main-txt-color) !important;
}
#github_projects .card p {
margin: 0;
}
.github-hidden {
display: none;
}
.github-modal>.card {
text-align: start;
}
.github-modal img {
max-width: 100%;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: #eaebfe;
}