mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 02:45:15 +01:00
fix: welcome variable value
This commit is contained in:
parent
7ed7c317fc
commit
406f468a65
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user