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

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