We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2b12a6 + 952a1ec commit a9e92d0Copy full SHA for a9e92d0
web/lxkns/src/components/affinitytree/AffinityTree.tsx
@@ -48,7 +48,7 @@ const RunnerItemBlock = styled('div')(({ theme }) => ({
48
const OffCPUInfo = styled('span')(({ theme }) => ({
49
'& *': {
50
color: theme.palette.text.disabled + "!important",
51
- opacity: '0.5 !important',
+ opacity: '0.85 !important',
52
},
53
}))
54
web/lxkns/src/views/help/chapters/Affinities.mdx
@@ -23,8 +23,8 @@ often termed "pinning".
23
24
## CPU-Process Mapping
25
26
-This is a (logical) CPU-centric view, tackling the use case of "what's going on
27
-on CPU x?".
+This is a (logical) CPU-centric view, tackling the use case of "_what's going on
+on CPU x?_".
28
29
<Example>
30
<AffinityTree discovery={discovery} />
0 commit comments