add open source to index page

This commit is contained in:
creations 2025-06-02 18:22:54 -04:00
parent 1fa52e74e6
commit ad6c9b7095
Signed by: creations
GPG key ID: 8F553AA4320FC711
3 changed files with 63 additions and 0 deletions

View file

@ -164,6 +164,25 @@ button.danger:hover {
color: var(--fg);
}
.open-source-logo {
width: 2rem;
height: 2rem;
margin: 0;
padding: 0;
cursor: pointer;
position: fixed;
bottom: 1rem;
right: 0.5rem;
z-index: 1000;
opacity: 0.5;
transition: opacity 0.3s ease;
&:hover {
opacity: 1 !important;
}
}
.hidden {
display: none;