File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ export function initRepositoryActionView() {
320
320
display: block;
321
321
margin: 5px 0 ;
322
322
padding: 10px ;
323
- background: #f8f8f8 ;
323
+ background: var ( -- color - info - bg) ;
324
324
border- radius: 5px ;
325
325
text- decoration: none;
326
326
button .job - brief- rerun {
@@ -330,6 +330,9 @@ export function initRepositoryActionView() {
330
330
outline: none
331
331
};
332
332
}
333
+ a .job - brief- item: hover {
334
+ background- color: var (-- color- secondary);
335
+ }
333
336
}
334
337
}
335
338
@@ -340,8 +343,8 @@ export function initRepositoryActionView() {
340
343
341
344
.action - view- right {
342
345
flex: 1 ;
343
- background- color: # 262626 ;
344
- color: #d6d6d6 ;
346
+ background- color: var ( -- color - console - bg) ;
347
+ color: var ( -- color - console - fg) ;
345
348
max- height: 100 % ;
346
349
margin- right: 10px ;
347
350
@@ -351,13 +354,12 @@ export function initRepositoryActionView() {
351
354
352
355
.job - info- header {
353
356
.job - info- header- title {
354
- color: #fdfdfd;
355
357
font- size: 150 % ;
356
358
padding: 10px ;
357
359
}
358
360
.job - info- header- detail {
359
361
padding: 0 10px 10px ;
360
- border- bottom: 1px solid # 666 ;
362
+ border- bottom: 1px solid var ( -- color - grey) ;
361
363
}
362
364
}
363
365
@@ -378,7 +380,7 @@ export function initRepositoryActionView() {
378
380
}
379
381
}
380
382
.job - step- summary: hover {
381
- background- color: # 333 ;
383
+ background- color: var ( -- color - black - light) ;
382
384
}
383
385
}
384
386
< / style>
@@ -408,11 +410,11 @@ body > div.full.height {
408
410
display: flex;
409
411
line- num {
410
412
width: 48px ;
411
- color: # 555 ;
413
+ color: var ( -- color - grey - light) ;
412
414
text- align: right;
413
415
}
414
416
log- time {
415
- color: # 777 ;
417
+ color: var ( -- color - grey - light) ;
416
418
margin- left: 10px ;
417
419
white- space: nowrap;
418
420
}
You can’t perform that action at this time.
0 commit comments