Initial profile refactor of layout and config
This commit is contained in:
@@ -17,6 +17,19 @@
|
||||
body {
|
||||
font-family: 'Fira Sans', ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
|
||||
/* custom scrollbar */
|
||||
.ch-scrollbar::-webkit-scrollbar {
|
||||
@apply w-3;
|
||||
}
|
||||
|
||||
.ch-scrollbar::-webkit-scrollbar-track {
|
||||
@apply bg-ch-gray-700;
|
||||
}
|
||||
|
||||
.ch-scrollbar::-webkit-scrollbar-thumb {
|
||||
@apply bg-ch-pink-800 bg-opacity-30 hover:bg-opacity-60;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user