File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 51
51
flex : 1 ;
52
52
}
53
53
54
- /* code to roatate the workflow name headers */
54
+ /* code to rotate the workflow name headers */
55
55
.jobHeader {
56
56
font-family : sans-serif;
57
57
height : 150px ;
160
160
161
161
.controlsContainer > div {
162
162
margin : 0 ;
163
+ display : flex;
164
+ align-items : center;
165
+ gap : 0.5rem ;
163
166
}
Original file line number Diff line number Diff line change 74
74
--border-color : # 3a3a3a ;
75
75
76
76
/* HUD specific colors - dark mode variants */
77
- --forced-merge-bg : # 453e00 ;
78
- --forced-merge-failure-bg : # 5e3a00 ;
79
- --selected-row-bg : # 0a3550 ;
80
- --highlight-bg : # 525200 ;
77
+ --forced-merge-bg : # 7e7000 ;
78
+ --forced-merge-failure-bg : # a06200 ;
79
+ --selected-row-bg : # 164863 ;
80
+ --highlight-bg : # 555500 ;
81
81
82
82
/* MiniHud specific colors - dark mode variants */
83
83
--workflow-box-none-bg : # 383838 ;
You can’t perform that action at this time.
0 commit comments