feat: 💄 brighten colors for better contrast/visibility
This commit is contained in:
parent
446a61795c
commit
a8cd1336d9
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ export default {
|
|||
background-color: rgba($bg-color-dark, 0.7);
|
||||
|
||||
&:nth-child(odd) {
|
||||
background-color: rgba(lighten($bg-color-dark, 20%), 0.7);
|
||||
background-color: rgba(lighten($bg-color-dark, 15%), 0.7);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue