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