This commit is contained in:
syuilo 2020-03-20 22:42:35 +09:00
parent c88e737a84
commit ab40756c1a
3 changed files with 3 additions and 1 deletions

View File

@ -250,7 +250,7 @@ export default Vue.extend({
padding-right: 32px;
> .balloon {
$color: var(--panel);
$color: var(--messageBg);
background: $color;
&[data-no-text] {

View File

@ -51,6 +51,7 @@
driveFolderBg: ':alpha<0.3<@accent',
wallpaperOverlay: 'rgba(0, 0, 0, 0.5)',
badge: '#31b1ce',
messageBg: ':lighten<5<@bg',
bonzsgfz: ':alpha<0<@bg',
pcncwizz: ':darken<2<@panel',
yrnqrguo: 'rgba(255, 255, 255, 0.05)',

View File

@ -51,6 +51,7 @@
driveFolderBg: ':alpha<0.3<@accent',
wallpaperOverlay: 'rgba(255, 255, 255, 0.5)',
badge: '#31b1ce',
messageBg: '@panel',
bonzsgfz: ':alpha<0<@bg',
pcncwizz: ':darken<2<@panel',
yrnqrguo: 'rgba(0, 0, 0, 0.05)',