mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 02:45:15 +01:00
style: Welcome page tweaks for long texts. Removing Prettier unnecessary changes
This commit is contained in:
parent
1d86d5ffcc
commit
9156f6659e
@ -45,13 +45,13 @@
|
||||
color: $welcome-action-color;
|
||||
border: 1px solid $welcome-action-color;
|
||||
margin-right: $gap-md;
|
||||
transition: background-color 0.3s ease, color 0.3s ease;
|
||||
transition: background-color .3s ease, color .3s ease;
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
&:hover {
|
||||
background-color: $welcome-action-color;
|
||||
color: get-color-accessible-for-background($welcome-action-color);
|
||||
color: get-color-accessible-for-background($welcome-action-color)
|
||||
}
|
||||
}
|
||||
|
||||
@ -81,3 +81,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user