Merge pull request #863 from Bilb/fix-bottom-buttons-overlay-bg

bottom buttons bg = end of gradient of global background
pull/869/head
Vince 5 years ago committed by GitHub
commit 60158b7462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -412,7 +412,7 @@ $session-compose-margin: 20px;
background-color: $session-color-white;
}
@at-root .dark-theme #{&} {
background-color: $session-shade-2;
background-color: $session-background;
}
.session-button.square-outline.square.green,

Loading…
Cancel
Save