Skip to content

Commit

Permalink
fix: minor css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed Aug 20, 2024
1 parent 848726b commit 62b21bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/css.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ img[src=''], img[src=' '] {
.skeloader .skeleloader-swipe {
height: 100%;
width: 100%;
background: linear-gradient(to right, transparent 0%, #17191c 50%, transparent 100%);
background: linear-gradient(to right, transparent 0%, hsl(var(--dark-color-hsl)) 50%, transparent 100%);
background-repeat: no-repeat;
background-size: 200% 100%;
animation: skeleloader 1s infinite cubic-bezier(0.4, 0, 0.2, 1);
Expand Down

0 comments on commit 62b21bd

Please sign in to comment.