cleaned up
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-12-28 01:53:46 -05:00
parent 96bdea5557
commit b8763a680a
1 changed files with 1 additions and 2 deletions

View File

@ -153,16 +153,15 @@ a:hover {
}
}
/* Custom styles for scroll bars on chromium */
body::-webkit-scrollbar {
width: 1em;
}
body::-webkit-scrollbar-track {
/* box-shadow: inset 0 0 6px var(--primary-background); */
background: var(--card-background);
}
body::-webkit-scrollbar-thumb {
background-color: var(--tertiary-background);
/* outline: 1px solid var(--primary-accent); */
}