Skip to content

Commit

Permalink
happy little accidents
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Dec 8, 2024
1 parent 72db599 commit f7cc709
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/assets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@tailwind utilities;

:root {
background-color:#7c465c;
background-color:black;
}
::-webkit-scrollbar {
width: 10px;
Expand All @@ -13,17 +13,15 @@
/* Track */
::-webkit-scrollbar-track {
border-radius: 5px;

}

/* Handle */
::-webkit-scrollbar-thumb {
background: #4E0723;
background: #8F6173;
border-radius: 5px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
/* background: #D82027; */
background: #D82027;
}

0 comments on commit f7cc709

Please sign in to comment.