Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxin0924 committed Dec 1, 2024
1 parent 3a7534e commit 6ef4949
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ h1, h2, h3, h4, h5, h6 {

.mobile-nav-toggle i {
color: #fff;
border-radius: 50%;
padding: 5px;
}

.mobile-nav {
Expand All @@ -214,13 +216,16 @@ h1, h2, h3, h4, h5, h6 {
left: 15px;
z-index: 9999;
overflow-y: auto;
background:#454b9f;
background:#8d94f4;
transition: ease-in-out 0s;
opacity: 0;
visibility: hidden;
border-radius: 10px;
padding: 10px 0;
border: 2px solid #454b9f;
transition: opacity 0.3s ease, visibility 0.3s ease;
}

}

.mobile-nav * {
Expand Down

0 comments on commit 6ef4949

Please # to comment.