Skip to content

Commit 1cc40bc

Browse files
committed
Change loading animation color and toast bg color
1 parent 0cf1580 commit 1cc40bc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/renderer/restyled.scss

+16
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ body
105105
{
106106
background-color: var(--side-nav-color) !important;
107107
}
108+
109+
.toast
110+
{
111+
background-color: rgba(15, 15, 15, 0.9) !important;
112+
}
108113
}
109114

110115
// default light theme
@@ -194,6 +199,17 @@ a:not(.channelName):not(:hover)
194199
}
195200
}
196201

202+
.double-bounce1,
203+
.double-bounce2
204+
{
205+
background-color: gray !important;
206+
}
207+
208+
.toast
209+
{
210+
background-color: rgba(0, 0, 0, 0.8) !important;
211+
}
212+
197213
#app .routerView
198214
{
199215
margin-block: 5px !important;

0 commit comments

Comments
 (0)