Delete css directory

This commit is contained in:
2024-09-20 20:54:09 +02:00
committed by GitHub
parent 795d07b2f5
commit 0de4778561
3 changed files with 0 additions and 553 deletions
-60
View File
@@ -1,60 +0,0 @@
.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;
}