Add transition to vibrant-color class
This commit is contained in:
@ -57,4 +57,8 @@ const props = defineProps<Props>();
|
||||
.vibrant-color:hover {
|
||||
color: v-bind(paletteVibrantHsl);
|
||||
}
|
||||
|
||||
.vibrant-color {
|
||||
transition: color ease-in 0.1s;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user