feat: 💄 brighten colors for better contrast/visibility

This commit is contained in:
Sebin Nyshkim 2020-12-06 01:25:37 +01:00
parent 446a61795c
commit a8cd1336d9
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}
}
}

View file

@ -19,7 +19,7 @@ a {
}
.bubbles {
background-color: $bg-color-dark;
background-color: lighten($bg-color-dark, 25%);
position: fixed;
top: 0;
right: 0;