Skip to content

Commit

Permalink
align more with yabcounts branding
Browse files Browse the repository at this point in the history
  • Loading branch information
ToastedDev committed Nov 25, 2023
1 parent 50c4d6b commit 9393cee
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,34 @@
--openapi-input-background: #1f2937 !important;
}

::-webkit-scrollbar {
width: 16px;
}

::-webkit-scrollbar-track {
background: #111827;
}

::-webkit-scrollbar-thumb {
border: 3px solid #111827;
border-radius: 10px;
--tw-bg-opacity: 1;
background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}

::-webkit-scrollbar-thumb:hover {
--tw-bg-opacity: 1;
background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}

::-moz-selection {
background-color: rgba(147, 51, 234, 0.7);
}

::selection {
background-color: rgba(147, 51, 234, 0.7);
}

.navbar {
height: auto;
padding-top: 0.75rem;
Expand Down

0 comments on commit 9393cee

Please sign in to comment.