Initial functional version of the portfolio chatbot site
This commit is contained in:
6
app.vue
6
app.vue
@@ -463,11 +463,13 @@ onMounted(() => {
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: rgba(147, 51, 234, 0.5);
|
||||
/*background: rgba(147, 51, 234, 0.5);*/
|
||||
background: rgba(59, 130, 246, 0.5); /* Blue-500 */
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: rgba(147, 51, 234, 0.7);
|
||||
/*background: rgba(147, 51, 234, 0.7);*7
|
||||
background: rgba(59, 130, 246, 0.7); /* Blue-500 */
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user