Skip to content

Commit

Permalink
Fixed CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed Dec 13, 2023
1 parent 85becac commit 74f6e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/assets/css/jekyll-theme-chirpy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ small, .small {
font-size: 60%;
}

#nav-wrapper {
.nav-wrapper {
border-left: 1px solid var(--nav-border-color);
margin-bottom: 4rem;
transition: top 0.2s ease-in-out;
-webkit-animation: fade-up 0.8s;
animation: fade-up 0.8s;
}

#nav-wrapper a.active {
.nav-wrapper a.active {
color: var(--nav-active-page);
}

Expand Down

0 comments on commit 74f6e4b

Please sign in to comment.