Skip to content

Commit a83aa95

Browse files
committed
css: Adjust color of resource state labels
So that it has a acceptable contrast in dark mode.
1 parent a3efbd1 commit a83aa95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/machines.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,8 @@
9494
.pf-v6-c-modal-box__body .pf-v6-c-alert {
9595
margin-block-end: var(--pf-t--global--spacer--md);
9696
}
97+
98+
// FIXME: links in labels needs a redesign in the future
99+
.resource-state-text .pf-v6-c-button {
100+
color: inherit;
101+
}

0 commit comments

Comments
 (0)