feat: add link to git repositories on webui

This commit is contained in:
Alexis Fourmaux 2026-05-13 22:00:55 +02:00
parent 2a8cfdcaed
commit 300c8a370c
3 changed files with 17 additions and 1 deletions

View file

@ -33,9 +33,23 @@ header {
margin-bottom: 1rem;
padding-bottom: 0.3rem;
padding-top: 0.3rem;
display: flex;
justify-content: space-between;
& h1 {
padding-left: 3rem;
}
a {
display: inline-flex;
align-items: center;
padding-right: 3rem;
img {
max-width: 40px;
filter: invert(28%) sepia(83%) saturate(712%) hue-rotate(141deg)
brightness(93%) contrast(99%);
}
}
}
main {
@ -150,4 +164,4 @@ main {
color: var(--color-text-muted);
margin-top: 8rem;
text-align: center;
}
}