Fix cookie labels color

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-27 09:56:18 +04:00
parent e4ae05c133
commit 7309d7fe76

View File

@@ -354,10 +354,12 @@ export const THEMED_STYLES = `
}
.cookie-detail {
color: var(--_text);
font-weight: 500;
}
.cookie-detail > span {
.cookie-detail > span:last-child {
color: var(--_text-secondary);
font-weight: 400;
}