add of repository link

This commit is contained in:
2025-09-14 18:18:07 +02:00
parent 1e7e2d88c9
commit b33b0be76d
5 changed files with 46 additions and 12 deletions
@@ -41,6 +41,7 @@
align-items: center;
gap: 1rem;
margin: 0;
justify-content: space-between;
}
.project-details-container {
@@ -146,4 +147,26 @@ aside ul li a:hover {
.return-button:hover svg {
color: var(--title-color);
}
.repo_link {
display: flex;
gap: 1.5rem;
svg{
display: flex;
align-items: center;
justify-content: center;
color: var(--text-color);
transition: color 0.3s ease, transform 0.3s ease;
}
}
.repo_link svg:hover {
color: var(--title-color);
}
.project-details-header-left{
display: flex;
align-items: center;
gap: 0.5em;
}