Initial functional version of the portfolio chatbot site

This commit is contained in:
2025-07-22 08:06:10 +02:00
parent 9eca12ebca
commit a28728af2a
21 changed files with 1484 additions and 205 deletions

View File

@@ -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>