fixing all of the rooms coloring to make it more subtle

This commit is contained in:
Arjun Patel
2022-01-11 22:24:20 -08:00
parent 62539f3129
commit d1adf1f19e
2 changed files with 128 additions and 52 deletions
+20
View File
@@ -104,3 +104,23 @@ p {
.ant-tabs-ink-bar {
@apply text-white bg-white !important;
}
/* scrollbar customization */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}