modified: main_dc/BB/bbvue/src/App.vue

modified:   main_dc/BB/bbvue/src/components/NavigationMenu.vue
scale on hover r-link profile icon
This commit is contained in:
2025-10-24 12:38:59 +05:00
parent c6340d1b55
commit eea907fe23
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -119,10 +119,16 @@ export default {
flex-wrap: wrap;
justify-content: center;
align-items: center;
transition: transform 0.3s ease;
}
.r-link:hover {
transform: scale(1.1);
}
.profile-icon {
color: rgb(30, 255, 0);
color: rgb(17, 17, 17);
filter: drop-shadow(2px 2px 3px rgb(255, 255, 255));
}
.h-menu {