add open source to index page
This commit is contained in:
parent
1fa52e74e6
commit
ad6c9b7095
3 changed files with 63 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue