scrollbar and post styling update

This commit is contained in:
gurusabarish
2024-01-15 23:34:35 +05:30
parent d49ebeb82b
commit 92ffcdb088
2 changed files with 18 additions and 7 deletions
+3 -4
View File
@@ -74,19 +74,18 @@
}
body::-webkit-scrollbar {
width: .5em;
height: .5em;
height: 0px;
width: 8px;
background-color: var(--background-color);
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px var(--background-color);
border-radius: 1rem;
}
::-webkit-scrollbar-thumb {
border-radius: 1rem;
background-color: var(--secondary-color);
background: #b0b0b0;
outline: 1px solid var(--background-color);
}