|
18 | 18 | overflow: hidden; |
19 | 19 | text-overflow: ellipsis; |
20 | 20 | white-space: nowrap; |
21 | | - background: white; |
22 | | - border-bottom: 1px solid rgba(0, 0, 0, 0.5); |
| 21 | + background: Canvas; |
| 22 | + border-bottom: 1px solid light-dark(rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5)); |
23 | 23 | } |
24 | 24 |
|
25 | 25 | .component-name-matrix .cell { |
|
30 | 30 | overflow: hidden; |
31 | 31 | height: 2rem; |
32 | 32 | line-height: 1.2; |
33 | | - border-right: 1px solid rgba(0, 0, 0, 0.1); |
34 | | - border-bottom: 1px solid rgba(0, 0, 0, 0.1); |
| 33 | + border-right: 1px solid light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1)); |
| 34 | + border-bottom: 1px solid light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1)); |
35 | 35 | } |
36 | 36 | .component-name-matrix .cell.found { |
37 | 37 | background: rgba(0, 255, 0, 0.1); |
38 | | - color: rgb(0, 64, 0); |
| 38 | + color: light-dark(rgb(0, 64, 0), rgb(0, 191, 0)); |
39 | 39 | } |
40 | 40 | .component-name-matrix .cell.not-found { |
41 | 41 | background: rgba(255, 0, 0, 0.1); |
42 | | - color: rgb(64, 0, 0); |
| 42 | + color: light-dark(rgb(64, 0, 0), rgb(191, 0, 0)); |
43 | 43 |
|
44 | 44 | } |
45 | 45 | .component-name-matrix a.cell { |
|
0 commit comments