Add transition to vibrant-color class

This commit is contained in:
2026-01-16 08:25:21 +05:00
parent 3289a71e8b
commit 0858920f4b

View File

@ -57,4 +57,8 @@ const props = defineProps<Props>();
.vibrant-color:hover {
color: v-bind(paletteVibrantHsl);
}
.vibrant-color {
transition: color ease-in 0.1s;
}
</style>