0
0
mirror of https://github.com/conventional-commits/conventionalcommits.org.git synced 2025-08-22 13:58:35 +00:00
This commit is contained in:
Chetan Khulage 2025-05-13 13:41:04 +07:00 committed by GitHub
commit b80eada744
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,12 +71,12 @@
border: 1px solid $welcome-action-color;
margin-right: $gap-md;
margin-bottom: $gap-md;
transition: background-color .3s ease, color .3s ease;
transition: background-color 0.3s ease, color 0.3s ease;
min-width: fit-content;
&:hover {
background-color: $welcome-action-color;
color: get-color-accessible-for-background($welcome-action-color)
color: get-color-accessible-for-background($welcome-action-color);
}
}
@ -113,4 +113,3 @@
left: 0;
}
}