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);
|
background-color: rgba($bg-color-dark, 0.7);
|
||||||
|
|
||||||
&:nth-child(odd) {
|
&:nth-child(odd) {
|
||||||
background-color: rgba(lighten($bg-color-dark, 20%), 0.7);
|
background-color: rgba(lighten($bg-color-dark, 15%), 0.7);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.bubbles {
|
.bubbles {
|
||||||
background-color: $bg-color-dark;
|
background-color: lighten($bg-color-dark, 25%);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue