Skip to content

Commit

Permalink
fix: Convert old LESS functions to plain hex color in loading bar (#1199
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rschristian authored Dec 1, 2024
1 parent 726c44d commit f68e65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ loading-bar {
top: -5px;
width: 100%;
height: 3px;
background: fade(darken(#f2777a, 10%), 50%);
background: #ee484c80;
transform: translateY(0);
transition: transform 1s ease, opacity 1s ease;
opacity: 0;
Expand Down

0 comments on commit f68e65a

Please sign in to comment.