Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision authored Jul 9, 2024
1 parent c278600 commit 26888b3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,24 @@ body::-webkit-scrollbar {
text-align: start;
}

.header-link {
position: relative;
}

.header-link::before {
content: '';
position: absolute;
background: var(--rasper-green);
top: 0;
left: 0;
bottom: 0;
transition: right 100ms ease-in-out;
}

.header-link:hover::before {
right: 0;
}

#sidebar {
position: fixed;
top: 0;
Expand Down

0 comments on commit 26888b3

Please sign in to comment.