Skip to content

Commit

Permalink
Preloader update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodjangid07 committed Jan 24, 2024
1 parent d0f2e9e commit dfe4525
Show file tree
Hide file tree
Showing 4 changed files with 1,047 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ body{
transition: all .3s;
position: relative;
color: var(--light-text);
overflow: hidden;
}
.scroll-enable{
overflow: unset;
}
.lightcolors{
--body-color: #f6f6f2;
Expand All @@ -94,7 +98,7 @@ header{
position: fixed;
width: 100%;
top: 0;
z-index: 999999;
z-index: 9999;
}
.navbar{
display: flex;
Expand Down
Loading

0 comments on commit dfe4525

Please sign in to comment.