Skip to content

Commit 8a8fcd7

Browse files
committed
Change kernel status unknown in css
1 parent 2856766 commit 8a8fcd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ code {
140140
}
141141

142142
.appletKernelStatus.appletKernelStatusunknown{
143-
background-color: transparent;
143+
animation: kernelstatus-pulsate 1s infinite;
144+
--first-color: #e95100;
145+
--second-color: #ff7c37;
144146
}
145147
.appletKernelStatus.appletKernelStatusstarting{
146148
animation: kernelstatus-pulsate 1s infinite;

0 commit comments

Comments
 (0)