|
15 | 15 | // specific language governing permissions and limitations |
16 | 16 | // under the License. |
17 | 17 |
|
18 | | -@dark-bgColor: #090c10; |
19 | | -@dark-secondary-bgColor: #141414; |
| 18 | +@dark-bgColor: #161B22; |
| 19 | +@dark-secondary-bgColor: #22282F; |
20 | 20 | @dark-text-color-1: rgba(255, 255, 255, 0.25); |
21 | 21 | @dark-text-color-2: rgba(255, 255, 255, 0.45); |
22 | 22 | @dark-text-color-3: rgba(255, 255, 255, 0.65); |
|
44 | 44 | background: @dark-bgColor; |
45 | 45 | } |
46 | 46 |
|
| 47 | + td.ant-table-column-sort { |
| 48 | + background: @dark-secondary-bgColor; |
| 49 | + } |
| 50 | + |
| 51 | + tr.ant-table-expanded-row, |
| 52 | + tr.ant-table-expanded-row:hover { |
| 53 | + background: @dark-secondary-bgColor !important; |
| 54 | + } |
| 55 | + |
| 56 | + .ant-drawer-content { |
| 57 | + background-color: rgb(0, 21, 41); |
| 58 | + } |
| 59 | + |
| 60 | + .ant-divider, .ant-card-bordered { |
| 61 | + border-color: #3E444C !important; |
| 62 | + } |
| 63 | + |
47 | 64 | .layout.ant-layout .header { |
48 | 65 | background: @dark-secondary-bgColor; |
49 | 66 | box-shadow: 0 1px 4px #090c10; |
|
296 | 313 | } |
297 | 314 |
|
298 | 315 | & > tr > th.ant-table-column-sort { |
299 | | - background-color: @dark-bgColor; |
| 316 | + background: @dark-secondary-bgColor; |
300 | 317 | } |
301 | 318 |
|
302 | 319 | & > tr.ant-table-row:hover > td, & > tr > td.ant-table-cell-row-hover { |
|
0 commit comments