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 50ef17d commit 9d5fa3e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ body::-webkit-scrollbar {
margin: 10px;
padding-inline: 0;
filter: brightness(90%);
background-color: var(--rasper-green);
}

.home_btn_row {
Expand Down Expand Up @@ -204,15 +205,15 @@ body::-webkit-scrollbar {
content: '';
position: absolute;
background: var(--rasper-green);
left: 0;
bottom: -5px;
left: 15px;
bottom: 3px;
right: 100%;
height: 5px;
transition: right 100ms ease-in-out;
height: 3px;
transition: right 120ms ease-in-out;
}

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

#sidebar {
Expand Down Expand Up @@ -493,4 +494,4 @@ body::-webkit-scrollbar {
margin-left: 0.01px;
}

}
}

0 comments on commit 9d5fa3e

Please sign in to comment.