Skip to content

Commit

Permalink
feat: improve style
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Nov 11, 2023
1 parent fda62cb commit 77b3b46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surmon.me",
"version": "4.29.0",
"version": "4.29.1",
"description": "Surmon.me blog",
"author": "Surmon",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions src/components/layout/desktop/aside/mammon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@
border-radius: $mini-radius;
overflow: hidden;
margin: $xs-gap 0;
background-color: rgba(white, 0.4);
background-color: rgba(white, 0.2);
&.active {
flex-grow: 1;
background-color: rgba(white, 0.7);
background-color: rgba(white, 0.4);
.bullet-progress {
animation: bullet-progress var(--slide-delay) linear forwards;
@keyframes bullet-progress {
Expand All @@ -165,7 +165,7 @@
left: 0;
height: 100%;
width: 100%;
background-color: rgba(white, 0.7);
background-color: rgba(white, 0.4);
transform-origin: top;
transform: scaleY(0);
}
Expand Down

0 comments on commit 77b3b46

Please sign in to comment.