Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision committed Jul 9, 2024
1 parent 3f53399 commit 916315b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,19 +198,17 @@ body::-webkit-scrollbar {

.header-link {
position: relative;
z-index: 900 !important;
}

.header-link::before {
content: '';
position: absolute;
background: var(--rasper-green);
top: 0;
left: 0;
bottom: 0;
right: 100%;
height: 10px;
transition: right 100ms ease-in-out;
z-index: 850 !important;
}

.header-link:hover::before {
Expand Down

0 comments on commit 916315b

Please sign in to comment.