Skip to content

Commit

Permalink
Merge pull request #2476 from VijaySamant4368/main
Browse files Browse the repository at this point in the history
Cleared CSS code
  • Loading branch information
anuragverma108 authored Jul 14, 2024
2 parents 083c8be + 757c79c commit ad035e3
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 235 deletions.
1 change: 1 addition & 0 deletions assets/css/BookRecommend.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
margin-bottom: 20px;
font-size: 2.5rem;
text-align: center;
}

#recommend {
/* margin-top: 160px; */
Expand Down
14 changes: 3 additions & 11 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,7 @@ body {
.icon {
margin-top: 10px;
}
::-webkit-scrollbar-track {
background: var(--grey-white);
}

::-webkit-scrollbar-thumb {
background: linear-gradient(
to bottom,
hsl(357, 37%, 62%),
hsl(304, 14%, 46%)
);
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background: hsl(357, 37%, 62%);
Expand Down Expand Up @@ -376,10 +365,13 @@ body {
width: 10px;
}


/*repetition*/
::-webkit-scrollbar-track {
background: var(--grey-white);
}

/*repetition*/
::-webkit-scrollbar-thumb {
background: linear-gradient(
to bottom,
Expand Down
Loading

0 comments on commit ad035e3

Please sign in to comment.